| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| pkcs11ecdsa_link.c | 79 CK_SLOT_ID slotid; local 97 slotid = ec->slot; 99 slotid = pk11_get_best_token(OP_ECDSA); 102 NULL, slotid);
|
| pkcs11eddsa_link.c | 134 CK_SLOT_ID slotid; local 161 slotid = ec->slot; 163 slotid = pk11_get_best_token(OP_EDDSA); 166 NULL, slotid); 268 CK_SLOT_ID slotid; local 283 slotid = ec->slot; 285 slotid = pk11_get_best_token(OP_EDDSA); 288 NULL, slotid);
|
| pkcs11rsa_link.c | 81 CK_SLOT_ID slotid; local 127 slotid = rsa->slot; 129 slotid = pk11_get_best_token(OP_RSA); 132 NULL, slotid); 556 CK_SLOT_ID slotid; local 615 slotid = rsa->slot; 617 slotid = pk11_get_best_token(OP_RSA); 620 NULL, slotid);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| pk11.c | 73 CK_SLOT_ID slotid; member in struct:pk11_token 296 if (token->slotid == slot) { 305 if (token->slotid == slot) { 444 rv = pkcs_C_OpenSession(token->slotid, flags, NULL_PTR, NULL_PTR, 523 token->slotid = slot; 661 return (token->slotid); 1058 obj->slot = token->slotid; 1095 printf("\tslotID=%lu\n", token->slotid);
|
| /src/sys/dev/ |
| smbiosvar.h | 258 uint8_t slotid[2]; member in struct:smbios_slot
|
| /src/sys/stand/efiboot/ |
| smbios.h | 253 uint8_t slotid[2]; member in struct:smbios_slot
|
| /src/sys/fs/nfs/client/ |
| nfs_clstate.c | 3160 uint32_t seqid, slotid = 0, highslot, cachethis; local 3455 slotid = fxdr_unsigned(uint32_t, *tl++); 3478 error = nfsv4_seqsession(seqid, slotid, 3499 *tl++ = txdr_unsigned(slotid); 3551 nfsv4_seqsess_cacherep(slotid,
|