Home
last modified time | relevance | path

Searched refs:tokinfo (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1244 CK_TOKEN_INFO tokinfo; in match_token_cipher() local
1286 if (token->key == NULL || (C_GetTokenInfo(slot_id, &tokinfo) != CKR_OK)) in match_token_cipher()
1292 strncmp((char *)token->name, (char *)tokinfo.label, in match_token_cipher()
1296 strncmp((char *)token->mfr, (char *)tokinfo.manufacturerID, in match_token_cipher()
1300 strncmp((char *)token->serno, (char *)tokinfo.serialNumber, in match_token_cipher()