Symbol: EVP_PKEY_RSA_PSS
crypto/openssl/apps/lib/s_cb.c
237
case EVP_PKEY_RSA_PSS:
crypto/openssl/crypto/asn1/a_verify.c
164
if (mdnid == NID_undef && pknid == EVP_PKEY_RSA_PSS) {
crypto/openssl/crypto/cms/cms_rsa.c
232
if (X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_PKEY_RSA_PSS), V_ASN1_SEQUENCE, os))
crypto/openssl/crypto/cms/cms_rsa.c
260
if (nid == EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1842
&& EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1856
&& EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1870
&& EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1965
&& EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS) \
crypto/openssl/crypto/evp/ctrl_params_translate.c
1977
&& EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS) \
crypto/openssl/crypto/evp/ctrl_params_translate.c
1990
&& EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS) \
crypto/openssl/crypto/evp/ctrl_params_translate.c
2261
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2265
{ OSSL_ACTION_GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2270
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2274
{ OSSL_ACTION_GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2285
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2289
{ OSSL_ACTION_GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2319
{ OSSL_ACTION_SET, EVP_PKEY_RSA_PSS, 0, EVP_PKEY_OP_TYPE_GEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2322
{ OSSL_ACTION_SET, EVP_PKEY_RSA_PSS, 0, EVP_PKEY_OP_TYPE_GEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2325
{ OSSL_ACTION_SET, EVP_PKEY_RSA_PSS, 0, EVP_PKEY_OP_TYPE_GEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2328
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2331
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2334
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/p_legacy.c
42
if (pkey->type != EVP_PKEY_RSA && pkey->type != EVP_PKEY_RSA_PSS) {
crypto/openssl/crypto/evp/p_lib.c
1058
{ EVP_PKEY_RSA_PSS, "RSA-PSS" },
crypto/openssl/crypto/evp/p_lib.c
1128
case EVP_PKEY_RSA_PSS:
crypto/openssl/crypto/evp/p_lib.c
756
case EVP_PKEY_RSA_PSS:
crypto/openssl/crypto/rsa/rsa_ameth.c
1015
EVP_PKEY_RSA_PSS,
crypto/openssl/crypto/rsa/rsa_ameth.c
1016
EVP_PKEY_RSA_PSS,
crypto/openssl/crypto/rsa/rsa_ameth.c
404
if (OBJ_obj2nid(sigalg->algorithm) == EVP_PKEY_RSA_PSS) {
crypto/openssl/crypto/rsa/rsa_ameth.c
550
if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) {
crypto/openssl/crypto/rsa/rsa_ameth.c
638
if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) {
crypto/openssl/crypto/rsa/rsa_ameth.c
680
if (!X509_ALGOR_set0(alg2, OBJ_nid2obj(EVP_PKEY_RSA_PSS),
crypto/openssl/crypto/rsa/rsa_ameth.c
687
if (!X509_ALGOR_set0(alg1, OBJ_nid2obj(EVP_PKEY_RSA_PSS),
crypto/openssl/crypto/rsa/rsa_ameth.c
733
if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/rsa/rsa_ameth.c
771
X509_SIG_INFO_set(siginf, mdnid, EVP_PKEY_RSA_PSS, secbits,
crypto/openssl/crypto/rsa/rsa_ameth.c
914
ok = EVP_PKEY_assign(pkey, EVP_PKEY_RSA_PSS, rsa);
crypto/openssl/crypto/rsa/rsa_ameth.c
97
case EVP_PKEY_RSA_PSS:
crypto/openssl/crypto/rsa/rsa_backend.c
660
if (OBJ_obj2nid(algoid) != EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/rsa/rsa_backend.c
703
case EVP_PKEY_RSA_PSS:
crypto/openssl/crypto/rsa/rsa_lib.c
1060
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1068
return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1150
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1157
return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
742
&& ctx->pmeth->pkey_id != EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/rsa/rsa_local.h
151
#define pkey_is_pss(pkey) (pkey->ameth->pkey_id == EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/rsa/rsa_local.h
152
#define pkey_ctx_is_pss(ctx) (ctx->pmeth->pkey_id == EVP_PKEY_RSA_PSS)
crypto/openssl/crypto/rsa/rsa_pmeth.c
909
EVP_PKEY_RSA_PSS,
crypto/openssl/crypto/x509/x509type.c
38
case EVP_PKEY_RSA_PSS:
crypto/openssl/crypto/x509/x_all.c
540
if (pknid == EVP_PKEY_RSA_PSS) {
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
915
valid = (ctx->desc->evp_type == EVP_PKEY_RSA_PSS);
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
932
#define rsapss_evp_type EVP_PKEY_RSA_PSS
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1003
return expected_type == EVP_PKEY_RSA_PSS;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1011
#define rsapss_evp_type EVP_PKEY_RSA_PSS
crypto/openssl/ssl/ssl_cert_table.h
15
{ EVP_PKEY_RSA_PSS, SSL_aRSA }, /* SSL_PKEY_RSA_PSS_SIGN */
crypto/openssl/ssl/ssl_local.h
2298
#define SSL_USE_PSS(s) (s->s3.tmp.peer_sigalg != NULL && s->s3.tmp.peer_sigalg->sig == EVP_PKEY_RSA_PSS)
crypto/openssl/ssl/statem/statem_lib.c
363
if (lu->sig == EVP_PKEY_RSA_PSS) {
crypto/openssl/ssl/statem/statem_srvr.c
2821
if (lu->sig == EVP_PKEY_RSA_PSS) {
crypto/openssl/ssl/t1_lib.c
2041
NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
crypto/openssl/ssl/t1_lib.c
2046
NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
crypto/openssl/ssl/t1_lib.c
2051
NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
crypto/openssl/ssl/t1_lib.c
2057
NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
crypto/openssl/ssl/t1_lib.c
2062
NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
crypto/openssl/ssl/t1_lib.c
2067
NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
crypto/openssl/ssl/t1_lib.c
2719
pkeyid = EVP_PKEY_RSA_PSS;
crypto/openssl/ssl/t1_lib.c
2753
&& (lu->sig != EVP_PKEY_RSA_PSS || pkeyid != EVP_PKEY_RSA))) {
crypto/openssl/ssl/t1_lib.c
2759
(pkeyid == EVP_PKEY_RSA_PSS) ? EVP_PKEY_get_id(pkey) : pkeyid,
crypto/openssl/ssl/t1_lib.c
3703
*psig = EVP_PKEY_RSA_PSS;
crypto/openssl/ssl/t1_lib.c
3955
if (sigalg->sig != EVP_PKEY_RSA_PSS)
crypto/openssl/ssl/t1_lib.c
4465
|| (clu->pkey_nid == EVP_PKEY_RSA_PSS
crypto/openssl/ssl/t1_lib.c
4613
} else if (lu->sig == EVP_PKEY_RSA_PSS) {
crypto/openssl/ssl/t1_lib.c
4695
if (lu->sig == EVP_PKEY_RSA_PSS) {