Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cms/
Dcms_rsa.c20 RSA_OAEP_PARAMS *oaep; in rsa_oaep_decode() local
22 oaep = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(RSA_OAEP_PARAMS), in rsa_oaep_decode()
25 if (oaep == NULL) in rsa_oaep_decode()
28 if (oaep->maskGenFunc != NULL) { in rsa_oaep_decode()
29 oaep->maskHash = ossl_x509_algor_mgf1_decode(oaep->maskGenFunc); in rsa_oaep_decode()
30 if (oaep->maskHash == NULL) { in rsa_oaep_decode()
31 RSA_OAEP_PARAMS_free(oaep); in rsa_oaep_decode()
35 return oaep; in rsa_oaep_decode()
47 RSA_OAEP_PARAMS *oaep; in rsa_cms_decrypt() local
62 oaep = rsa_oaep_decode(cmsalg); in rsa_cms_decrypt()
[all …]
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_rsa.c21 RSA_OAEP_PARAMS *oaep; in rsa_oaep_decode() local
23 oaep = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(RSA_OAEP_PARAMS), in rsa_oaep_decode()
26 if (oaep == NULL) in rsa_oaep_decode()
29 if (oaep->maskGenFunc != NULL) { in rsa_oaep_decode()
30 oaep->maskHash = ossl_x509_algor_mgf1_decode(oaep->maskGenFunc); in rsa_oaep_decode()
31 if (oaep->maskHash == NULL) { in rsa_oaep_decode()
32 RSA_OAEP_PARAMS_free(oaep); in rsa_oaep_decode()
36 return oaep; in rsa_oaep_decode()
48 RSA_OAEP_PARAMS *oaep; in rsa_cms_decrypt() local
63 oaep = rsa_oaep_decode(cmsalg); in rsa_cms_decrypt()
[all …]
/third_party/openssl/test/recipes/30-test_evp_data/
Devppkey_rsa_common.txt265 Ctrl = rsa_padding_mode:oaep
271 Ctrl = rsa_padding_mode:oaep
623 Ctrl = rsa_padding_mode:oaep
629 Ctrl = rsa_padding_mode:oaep
635 Ctrl = rsa_padding_mode:oaep
641 Ctrl = rsa_padding_mode:oaep
647 Ctrl = rsa_padding_mode:oaep
653 Ctrl = rsa_padding_mode:oaep
677 Ctrl = rsa_padding_mode:oaep
683 Ctrl = rsa_padding_mode:oaep
[all …]
/third_party/openssl/crypto/rsa/
Drsa_asn1.c102 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval; variable
103 X509_ALGOR_free(oaep->maskHash);
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_asn1.c102 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval; variable
103 X509_ALGOR_free(oaep->maskHash);
/third_party/openssl/doc/man7/
DEVP_ASYM_CIPHER-RSA.pod24 =item "oaep" (B<OSSL_PKEY_RSA_PAD_MODE_OAEP>)
58 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string>
Dprovider-asym_cipher.pod221 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string ptr>
225 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string>
/third_party/openssl/doc/man1/
Dopenssl-rsautl.pod.in26 [B<-oaep>]
102 =item B<-pkcs>, B<-oaep>, B<-x931> B<-raw>
Dopenssl-pkeyutl.pod.in235 PKCS#1 padding, B<none> for no padding, B<oaep>
243 For B<oaep> mode only encryption and decryption is supported.
402 -pkeyopt rsa_padding_mode:oaep -pkeyopt rsa_oaep_md:sha256
Dopenssl-cms.pod.in850 -recip cert.pem -keyopt rsa_padding_mode:oaep
/third_party/openssl/crypto/err/
Dopenssl.txt315 CMS_R_INVALID_OAEP_PARAMETERS:191:invalid oaep parameters
1175 RSA_R_INVALID_OAEP_PARAMETERS:161:invalid oaep parameters
1199 RSA_R_OAEP_DECODING_ERROR:121:oaep decoding error
/third_party/node/deps/openssl/openssl/crypto/err/
Dopenssl.txt315 CMS_R_INVALID_OAEP_PARAMETERS:191:invalid oaep parameters
1177 RSA_R_INVALID_OAEP_PARAMETERS:161:invalid oaep parameters
1201 RSA_R_OAEP_DECODING_ERROR:121:oaep decoding error