Searched refs:keyslot (Results 1 – 4 of 4) sorted by relevance
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_ps.c | 503 UINT32 keyslot = 0, keySize; in TCSP_LoadKeyByUUID_Internal() local 531 &keyslot)) in TCSP_LoadKeyByUUID_Internal() 537 phKeyTCSI, &keyslot); in TCSP_LoadKeyByUUID_Internal() 541 if (mc_get_handles_by_uuid(KeyUUID, phKeyTCSI, &keyslot) == TSS_SUCCESS) { in TCSP_LoadKeyByUUID_Internal() 542 if (keyslot) { in TCSP_LoadKeyByUUID_Internal() 578 phKeyTCSI, &keyslot))) { in TCSP_LoadKeyByUUID_Internal()
|
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_key.c | 55 UINT32 keyslot; in Tspi_Key_LoadKey() local 107 keyBlob, pAuth, &tcsKey, &keyslot))) { in Tspi_Key_LoadKey() 119 result |= Trspi_Hash_UINT32(&hashCtx, keyslot); in Tspi_Key_LoadKey() 456 UINT32 keyslot; in Tspi_Context_LoadKeyByBlob() local 512 &keyslot))) in Tspi_Context_LoadKeyByBlob() 521 result |= Trspi_Hash_UINT32(&hashCtx, keyslot); in Tspi_Context_LoadKeyByBlob()
|
/netbsd/external/bsd/openldap/dist/libraries/libldap/ |
H A D | tpool.c | 958 unsigned i, keyslot, hash; in ldap_int_thread_pool_wrapper() local 986 for (keyslot = hash & (LDAP_MAXTHR-1); in ldap_int_thread_pool_wrapper() 987 (kctx = thread_keys[keyslot].ctx) && kctx != DELETED_THREAD_CTX; in ldap_int_thread_pool_wrapper() 988 keyslot = (keyslot+1) & (LDAP_MAXTHR-1)); in ldap_int_thread_pool_wrapper() 989 thread_keys[keyslot].ctx = &ctx; in ldap_int_thread_pool_wrapper() 1071 thread_keys[keyslot].ctx = DELETED_THREAD_CTX; in ldap_int_thread_pool_wrapper()
|
/netbsd/external/bsd/file/dist/magic/magdir/ |
H A D | luks | 112 # state of keyslot; 0x00AC71F3~active 0x0000DEAD~inactive
|