Searched refs:EVP_get_digestbyobj (Results 1 – 3 of 3) sorted by relevance
97 OPENSSL_EXPORT const EVP_MD *EVP_get_digestbyobj(const ASN1_OBJECT *obj);
475 md = EVP_get_digestbyobj(alg->algorithm); in rsa_algor_to_md()497 md = EVP_get_digestbyobj(maskHash->algorithm); in rsa_mgf1_to_md()
302 const EVP_MD* EVP_get_digestbyobj(const ASN1_OBJECT *obj) { in EVP_get_digestbyobj() function