SecTokend.h declares a function
CSSM_RETURN (*probe)(SecTokendProbeFlags flags, uint32 *score, char tokenUid[TOKEND_MAX_UID]);
which is called by securityd at some point. But I can't find when and how it is called.
a) On which conditions does tokend call this function?
b) How is probe() supposed to know for which device it has to look?
TIA