Symbol: RSA_PSS_PARAMS
crypto/openssl/crypto/asn1/asn1_item_list.h
144
ASN1_ITEM_ref(RSA_PSS_PARAMS),
crypto/openssl/crypto/rsa/rsa_ameth.c
205
static int rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss,
crypto/openssl/crypto/rsa/rsa_ameth.c
406
RSA_PSS_PARAMS *pss = ossl_rsa_pss_decode(sigalg);
crypto/openssl/crypto/rsa/rsa_ameth.c
451
static RSA_PSS_PARAMS *rsa_ctx_to_pss(EVP_PKEY_CTX *pkctx)
crypto/openssl/crypto/rsa/rsa_ameth.c
46
if (ASN1_item_pack(rsa->pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), pstr) == NULL)
crypto/openssl/crypto/rsa/rsa_ameth.c
494
RSA_PSS_PARAMS *ossl_rsa_pss_params_create(const EVP_MD *sigmd,
crypto/openssl/crypto/rsa/rsa_ameth.c
497
RSA_PSS_PARAMS *pss = RSA_PSS_PARAMS_new();
crypto/openssl/crypto/rsa/rsa_ameth.c
524
RSA_PSS_PARAMS *pss = rsa_ctx_to_pss(pkctx);
crypto/openssl/crypto/rsa/rsa_ameth.c
530
os = ASN1_item_pack(pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), NULL);
crypto/openssl/crypto/rsa/rsa_ameth.c
547
RSA_PSS_PARAMS *pss;
crypto/openssl/crypto/rsa/rsa_ameth.c
610
int ossl_rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd,
crypto/openssl/crypto/rsa/rsa_ameth.c
729
RSA_PSS_PARAMS *pss;
crypto/openssl/crypto/rsa/rsa_asn1.c
80
RSA_PSS_PARAMS *pss = (RSA_PSS_PARAMS *)*pval;
crypto/openssl/crypto/rsa/rsa_asn1.c
86
ASN1_SEQUENCE_cb(RSA_PSS_PARAMS, rsa_pss_cb) = {
crypto/openssl/crypto/rsa/rsa_asn1.c
87
ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR, 0),
crypto/openssl/crypto/rsa/rsa_asn1.c
88
ASN1_EXP_OPT(RSA_PSS_PARAMS, maskGenAlgorithm, X509_ALGOR, 1),
crypto/openssl/crypto/rsa/rsa_asn1.c
89
ASN1_EXP_OPT(RSA_PSS_PARAMS, saltLength, ASN1_INTEGER, 2),
crypto/openssl/crypto/rsa/rsa_asn1.c
90
ASN1_EXP_OPT(RSA_PSS_PARAMS, trailerField, ASN1_INTEGER, 3)
crypto/openssl/crypto/rsa/rsa_asn1.c
91
} ASN1_SEQUENCE_END_cb(RSA_PSS_PARAMS, RSA_PSS_PARAMS)
crypto/openssl/crypto/rsa/rsa_asn1.c
93
IMPLEMENT_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
crypto/openssl/crypto/rsa/rsa_asn1.c
94
IMPLEMENT_ASN1_DUP_FUNCTION(RSA_PSS_PARAMS)
crypto/openssl/crypto/rsa/rsa_backend.c
563
RSA_PSS_PARAMS *ossl_rsa_pss_decode(const X509_ALGOR *alg)
crypto/openssl/crypto/rsa/rsa_backend.c
565
RSA_PSS_PARAMS *pss;
crypto/openssl/crypto/rsa/rsa_backend.c
567
pss = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(RSA_PSS_PARAMS),
crypto/openssl/crypto/rsa/rsa_backend.c
586
const RSA_PSS_PARAMS *legacy_pss = NULL;
crypto/openssl/crypto/rsa/rsa_backend.c
623
int ossl_rsa_pss_get_param_unverified(const RSA_PSS_PARAMS *pss,
crypto/openssl/crypto/rsa/rsa_backend.c
654
RSA_PSS_PARAMS *pss;
crypto/openssl/crypto/rsa/rsa_lib.c
683
const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r)
crypto/openssl/crypto/rsa/rsa_lib.c
693
int ossl_rsa_set0_pss_params(RSA *r, RSA_PSS_PARAMS *pss)
crypto/openssl/crypto/rsa/rsa_local.h
158
RSA_PSS_PARAMS *ossl_rsa_pss_params_create(const EVP_MD *sigmd,
crypto/openssl/crypto/rsa/rsa_local.h
160
int ossl_rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd,
crypto/openssl/crypto/rsa/rsa_local.h
84
RSA_PSS_PARAMS *pss;
crypto/openssl/crypto/x509/x_all.c
541
RSA_PSS_PARAMS *pss = ossl_rsa_pss_decode(&cert->sig_alg);
crypto/openssl/fuzz/asn1.c
171
ASN1_ITEM_ref(RSA_PSS_PARAMS),
crypto/openssl/include/crypto/rsa.h
83
int ossl_rsa_set0_pss_params(RSA *r, RSA_PSS_PARAMS *pss);
crypto/openssl/include/crypto/rsa.h
84
int ossl_rsa_pss_get_param_unverified(const RSA_PSS_PARAMS *pss,
crypto/openssl/include/crypto/rsa.h
87
RSA_PSS_PARAMS *ossl_rsa_pss_decode(const X509_ALGOR *alg);
crypto/openssl/include/openssl/rsa.h
251
OSSL_DEPRECATEDIN_3_0 const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r);
crypto/openssl/include/openssl/rsa.h
334
DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
crypto/openssl/include/openssl/rsa.h
335
DECLARE_ASN1_DUP_FUNCTION(RSA_PSS_PARAMS)