Searched refs:hashFunc (Results 1 – 3 of 3) sorted by relevance
322 .offset = offsetof(RSA_OAEP_PARAMS, hashFunc),
1010 if (!rsa_md_to_algor(md, &oaep->hashFunc)) in rsa_alg_set_oaep_padding()1146 md = rsa_algor_to_md(oaep->hashFunc); in rsa_cms_decrypt()
89 X509_ALGOR *hashFunc; member