Searched refs:pkeyhashlen (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/ct/ |
D | ct_vfy.c | 111 if (sct->log_id_len != sctx->pkeyhashlen || in SCT_CTX_verify() 112 memcmp(sct->log_id, sctx->pkeyhash, sctx->pkeyhashlen) != 0) { in SCT_CTX_verify()
|
D | ct_local.h | 91 size_t pkeyhashlen; member
|
D | ct_sct_ctx.c | 265 if (!ct_public_key_hash(sctx, pubkey, &sctx->pkeyhash, &sctx->pkeyhashlen)) { in SCT_CTX_set1_pubkey()
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
D | ct_vfy.c | 111 if (sct->log_id_len != sctx->pkeyhashlen || in SCT_CTX_verify() 112 memcmp(sct->log_id, sctx->pkeyhash, sctx->pkeyhashlen) != 0) { in SCT_CTX_verify()
|
D | ct_local.h | 91 size_t pkeyhashlen; member
|
D | ct_sct_ctx.c | 265 if (!ct_public_key_hash(sctx, pubkey, &sctx->pkeyhash, &sctx->pkeyhashlen)) { in SCT_CTX_set1_pubkey()
|