Searched refs:oaep (Results 1 – 6 of 6) sorted by relevance
901 RSA_OAEP_PARAMS *oaep; in rsa_oaep_decode() local903 oaep = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(RSA_OAEP_PARAMS), in rsa_oaep_decode()906 if (oaep == NULL) in rsa_oaep_decode()909 if (oaep->maskGenFunc != NULL) { in rsa_oaep_decode()910 oaep->maskHash = rsa_mgf1_decode(oaep->maskGenFunc); in rsa_oaep_decode()911 if (oaep->maskHash == NULL) { in rsa_oaep_decode()912 RSA_OAEP_PARAMS_free(oaep); in rsa_oaep_decode()916 return oaep; in rsa_oaep_decode()928 RSA_OAEP_PARAMS *oaep; in rsa_cms_decrypt() local943 oaep = rsa_oaep_decode(cmsalg); in rsa_cms_decrypt()[all …]
95 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval; variable96 X509_ALGOR_free(oaep->maskHash);
219 PKCS#1 padding, B<sslv23> for SSLv23 padding, B<none> for no padding, B<oaep>227 For B<oaep> mode only encryption and decryption is supported.330 -pkeyopt rsa_padding_mode:oaep -pkeyopt rsa_oaep_md:sha256
99 =item B<-pkcs, -oaep, -ssl, -raw>
695 -recip cert.pem -keyopt rsa_padding_mode:oaep
2546 RSA_R_INVALID_OAEP_PARAMETERS:161:invalid oaep parameters2568 RSA_R_OAEP_DECODING_ERROR:121:oaep decoding error