Searched refs:ihash (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/ct/ |
D | ct_vfy.c | 49 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()
|
D | ct_sct_ctx.c | 51 OPENSSL_free(sctx->ihash); in SCT_CTX_free() 255 return ct_public_key_hash(sctx, pubkey, &sctx->ihash, &sctx->ihashlen); in SCT_CTX_set1_issuer_pubkey()
|
D | ct_local.h | 93 unsigned char *ihash; member
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
D | ct_vfy.c | 49 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()
|
D | ct_sct_ctx.c | 51 OPENSSL_free(sctx->ihash); in SCT_CTX_free() 255 return ct_public_key_hash(sctx, pubkey, &sctx->ihash, &sctx->ihashlen); in SCT_CTX_set1_issuer_pubkey()
|
D | ct_local.h | 93 unsigned char *ihash; member
|