Searched refs:slotid (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | pkcs11eddsa_link.c | 141 CK_SLOT_ID slotid; local 165 slotid = ec->slot; 167 slotid = pk11_get_best_token(OP_EC); 169 ec->reqlogon, NULL, slotid); 273 CK_SLOT_ID slotid; local 291 slotid = ec->slot; 293 slotid = pk11_get_best_token(OP_EC); 295 ec->reqlogon, NULL, slotid);
|
H A D | pkcs11rsa_link.c | 74 CK_SLOT_ID slotid; local 128 slotid = rsa->slot; 130 slotid = pk11_get_best_token(OP_RSA); 132 rsa->reqlogon, NULL, slotid); 585 CK_SLOT_ID slotid; local 657 slotid = rsa->slot; 659 slotid = pk11_get_best_token(OP_RSA); 661 rsa->reqlogon, NULL, slotid);
|
H A D | pkcs11ecdsa_link.c | 72 CK_SLOT_ID slotid; local 92 slotid = ec->slot; 94 slotid = pk11_get_best_token(OP_EC); 96 ec->reqlogon, NULL, slotid);
|
/bind-9.11.3/lib/isc/ |
H A D | pk11.c | 67 CK_SLOT_ID slotid; member in struct:pk11_token 389 if (token->slotid == slot) 397 if (token->slotid == slot) 538 rv = pkcs_C_OpenSession(token->slotid, flags, NULL_PTR, 610 token->slotid = slot; 958 return (token->slotid); 1304 obj->slot = token->slotid; 1346 printf("\tslotID=%lu\n", token->slotid);
|
Completed in 69 milliseconds