Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_asn1.c102 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval;
108 ASN1_SEQUENCE_cb(RSA_OAEP_PARAMS, rsa_oaep_cb) = {
109 ASN1_EXP_OPT(RSA_OAEP_PARAMS, hashFunc, X509_ALGOR, 0),
110 ASN1_EXP_OPT(RSA_OAEP_PARAMS, maskGenFunc, X509_ALGOR, 1),
111 ASN1_EXP_OPT(RSA_OAEP_PARAMS, pSourceFunc, X509_ALGOR, 2),
112 } ASN1_SEQUENCE_END_cb(RSA_OAEP_PARAMS, RSA_OAEP_PARAMS)
114 IMPLEMENT_ASN1_FUNCTIONS(RSA_OAEP_PARAMS)
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_rsa.c19 static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg) in rsa_oaep_decode()
21 RSA_OAEP_PARAMS *oaep; in rsa_oaep_decode()
23 oaep = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(RSA_OAEP_PARAMS), in rsa_oaep_decode()
48 RSA_OAEP_PARAMS *oaep; in rsa_cms_decrypt()
117 RSA_OAEP_PARAMS *oaep = NULL; in rsa_cms_encrypt()
169 if (!ASN1_item_pack(oaep, ASN1_ITEM_rptr(RSA_OAEP_PARAMS), &os)) in rsa_cms_encrypt()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h142 ASN1_ITEM_ref(RSA_OAEP_PARAMS),
/freebsd/crypto/openssl/include/openssl/
H A Drsa.h333 } RSA_OAEP_PARAMS; typedef
335 DECLARE_ASN1_FUNCTIONS(RSA_OAEP_PARAMS)
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c169 ASN1_ITEM_ref(RSA_OAEP_PARAMS),
/freebsd/crypto/openssl/util/
H A Dindent.pro367 -T RSA_OAEP_PARAMS