Home
last modified time | relevance | path

Searched refs:ihash (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/ct/
H A Dct_vfy.c49 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL) in sct_ctx_update()
65 if (!EVP_DigestUpdate(ctx, sctx->ihash, sctx->ihashlen)) in sct_ctx_update()
103 (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL)) { in SCT_CTX_verify()
H A Dct_sct_ctx.c48 OPENSSL_free(sctx->ihash); in SCT_CTX_free()
252 return ct_public_key_hash(sctx, pubkey, &sctx->ihash, &sctx->ihashlen); in SCT_CTX_set1_issuer_pubkey()
H A Dct_local.h93 unsigned char *ihash; member
/openssl/crypto/hashtable/
H A Dhashtable.c525 uint64_t ihash; in ossl_ht_insert_locked() local
534 &ihash, h->atomic_lock); in ossl_ht_insert_locked()
537 if (compare_hash(hash, ihash)) { in ossl_ht_insert_locked()

Completed in 12 milliseconds