Searched refs:maskGenFunc (Results 1 – 3 of 3) sorted by relevance
1012 if (!rsa_mgf1md_to_maskGenAlgorithm(mgf1md, &oaep->maskGenFunc)) in rsa_alg_set_oaep_padding()1101 if (oaep->maskGenFunc != NULL) { in rsa_oaep_decode()1102 oaep->maskHash = rsa_mgf1_decode(oaep->maskGenFunc); in rsa_oaep_decode()
329 .offset = offsetof(RSA_OAEP_PARAMS, maskGenFunc),
90 X509_ALGOR *maskGenFunc; member