Searched refs:RSA_OAEP_PARAMS (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_asn1.c | 102 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 D | cms_rsa.c | 19 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 D | asn1_item_list.h | 142 ASN1_ITEM_ref(RSA_OAEP_PARAMS),
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | rsa.h | 333 } RSA_OAEP_PARAMS; typedef 335 DECLARE_ASN1_FUNCTIONS(RSA_OAEP_PARAMS)
|
/freebsd/crypto/openssl/fuzz/ |
H A D | asn1.c | 169 ASN1_ITEM_ref(RSA_OAEP_PARAMS),
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 367 -T RSA_OAEP_PARAMS
|