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

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_shared.c 65 size_t keyslot)
69 if (!ossl_assert(el != NULL && keyslot < 2))
75 return enc_level == QUIC_ENC_LEVEL_1RTT || keyslot == 0;
78 return keyslot == (el->key_epoch & 1);
86 size_t keyslot)
90 if (el->cctx[keyslot] != NULL) {
91 EVP_CIPHER_CTX_free(el->cctx[keyslot]);
92 el->cctx[keyslot] = NULL;
95 OPENSSL_cleanse(el->iv[keyslot], sizeof(el->iv[keyslot]));
    [all...]
quic_record_shared.h 48 /* Context used for packet body ciphering. One for each keyslot. */
121 * Returns 1 if the given keyslot index is currently valid for a given EL and EL
127 size_t keyslot);
  /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 18 milliseconds