Searched refs:tokinfo (Results 1 – 1 of 1) sorted by relevance
1162 CK_TOKEN_INFO tokinfo; in match_token_cipher() local1204 if (token->key == NULL || (C_GetTokenInfo(slot_id, &tokinfo) != CKR_OK)) in match_token_cipher()1210 strncmp((char *)token->name, (char *)tokinfo.label, in match_token_cipher()1214 strncmp((char *)token->mfr, (char *)tokinfo.manufacturerID, in match_token_cipher()1218 strncmp((char *)token->serno, (char *)tokinfo.serialNumber, in match_token_cipher()