Home
last modified time | relevance | path

Searched refs:hash_len (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/ct/
A Dct_sct_ctx.c205 unsigned char **hash, size_t *hash_len) in ct_public_key_hash() argument
217 if (*hash != NULL && *hash_len >= SHA256_DIGEST_LENGTH) { in ct_public_key_hash()
236 *hash_len = SHA256_DIGEST_LENGTH; in ct_public_key_hash()
/openssl-master/crypto/ess/
A Dess_lib.c143 unsigned int hash_len = sizeof(hash); in ESS_CERT_ID_V2_new_init() local
164 if (!X509_digest(cert, hash_alg, hash, &hash_len)) in ESS_CERT_ID_V2_new_init()
167 if (!ASN1_OCTET_STRING_set(cid->hash, hash, hash_len)) in ESS_CERT_ID_V2_new_init()

Completed in 3 milliseconds