Home
last modified time | relevance | path

Searched refs:oaep (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/rsa/
HDrsa_ameth.c901 RSA_OAEP_PARAMS *oaep; in rsa_oaep_decode() local
903 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() local
943 oaep = rsa_oaep_decode(cmsalg); in rsa_cms_decrypt()
[all …]
HDrsa_asn1.c95 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval; variable
96 X509_ALGOR_free(oaep->maskHash);
/freebsd-13-stable/crypto/openssl/doc/man1/
HDpkeyutl.pod219 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
HDrsautl.pod99 =item B<-pkcs, -oaep, -ssl, -raw>
HDcms.pod695 -recip cert.pem -keyopt rsa_padding_mode:oaep
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt2546 RSA_R_INVALID_OAEP_PARAMETERS:161:invalid oaep parameters
2568 RSA_R_OAEP_DECODING_ERROR:121:oaep decoding error