Home
last modified time | relevance | path

Searched refs:oaep (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cms/
H A 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
117 RSA_OAEP_PARAMS *oaep = NULL; rsa_cms_encrypt() local
[all...]
/third_party/openssl/crypto/cms/
H A 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
114 RSA_OAEP_PARAMS *oaep = NULL; rsa_cms_encrypt() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_asn1.c102 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval;
103 X509_ALGOR_free(oaep->maskHash);
/third_party/openssl/crypto/rsa/
H A Drsa_asn1.c102 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval;
103 X509_ALGOR_free(oaep->maskHash);

Completed in 2 milliseconds