Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dhash_ossl.cpp76 const EVP_MD *hash_tp = EVP_get_digestbyname(hash_name); in Hash() local
77 if (!hash_tp) { in Hash()
86 int res = EVP_DigestInit_ex(hash_fn, hash_tp, NULL); in Hash()
94 size_ = EVP_MD_size(hash_tp); in Hash()
H A Drsa_ossl.cpp191 const EVP_MD *hash_tp = EVP_get_digestbyname(hash_name); in rsa_setup_context() local
192 if (!hash_tp) { in rsa_setup_context()
196 if (EVP_PKEY_CTX_set_signature_md(ctx, hash_tp) <= 0) { in rsa_setup_context()