HomeSort by: relevance | last modified time | path
    Searched defs:keyslot (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ps.c 503 UINT32 keyslot = 0, keySize; local
531 &keyslot))
537 phKeyTCSI, &keyslot);
541 if (mc_get_handles_by_uuid(KeyUUID, phKeyTCSI, &keyslot) == TSS_SUCCESS) {
542 if (keyslot) {
578 phKeyTCSI, &keyslot))) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_key.c 55 UINT32 keyslot; local
107 keyBlob, pAuth, &tcsKey, &keyslot))) {
119 result |= Trspi_Hash_UINT32(&hashCtx, keyslot);
456 UINT32 keyslot; local
512 &keyslot)))
521 result |= Trspi_Hash_UINT32(&hashCtx, keyslot);
  /src/external/bsd/openldap/dist/libraries/libldap/
tpool.c 964 unsigned i, keyslot, hash; local
992 for (keyslot = hash & (LDAP_MAXTHR-1);
993 (kctx = thread_keys[keyslot].ctx) && kctx != DELETED_THREAD_CTX;
994 keyslot = (keyslot+1) & (LDAP_MAXTHR-1));
995 thread_keys[keyslot].ctx = &ctx;
1077 thread_keys[keyslot].ctx = DELETED_THREAD_CTX;

Completed in 17 milliseconds