Home
last modified time | relevance | path

Searched refs:EVP_PKEY_RSA_PSS (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/crypto/rsa/
Drsa_ameth.c37 if (pkey->ameth->pkey_id != EVP_PKEY_RSA_PSS) { in rsa_param_encode()
61 if (OBJ_obj2nid(algoid) != EVP_PKEY_RSA_PSS) in rsa_param_decode()
451 if (OBJ_obj2nid(sigalg->algorithm) == EVP_PKEY_RSA_PSS) { in rsa_sig_print()
675 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) { in rsa_pss_to_ctx()
759 if (nid == EVP_PKEY_RSA_PSS) in rsa_cms_verify()
787 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) { in rsa_item_verify()
821 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_PKEY_RSA_PSS), V_ASN1_SEQUENCE, os); in rsa_cms_sign()
849 X509_ALGOR_set0(alg2, OBJ_nid2obj(EVP_PKEY_RSA_PSS), in rsa_item_sign()
852 X509_ALGOR_set0(alg1, OBJ_nid2obj(EVP_PKEY_RSA_PSS), in rsa_item_sign()
869 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) in rsa_sig_info_set()
[all …]
Drsa_local.h120 #define pkey_is_pss(pkey) (pkey->ameth->pkey_id == EVP_PKEY_RSA_PSS)
121 #define pkey_ctx_is_pss(ctx) (ctx->pmeth->pkey_id == EVP_PKEY_RSA_PSS)
Drsa_lib.c490 && ctx->pmeth->pkey_id != EVP_PKEY_RSA_PSS) in RSA_pkey_ctx_ctrl()
Drsa_pmeth.c840 EVP_PKEY_RSA_PSS,
/third_party/openssl/ssl/
Dssl_cert_table.h15 {EVP_PKEY_RSA_PSS, SSL_aRSA}, /* SSL_PKEY_RSA_PSS_SIGN */
Dt1_lib.c711 NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
714 NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
717 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
720 NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
723 NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
726 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
1046 pkeyid = EVP_PKEY_RSA_PSS; in tls12_check_peer_sigalg()
1056 && (lu->sig != EVP_PKEY_RSA_PSS || pkeyid != EVP_PKEY_RSA))) { in tls12_check_peer_sigalg()
1942 *psig = EVP_PKEY_RSA_PSS; in get_sigorhash()
2588 || (clu->nid == EVP_PKEY_RSA_PSS in tls12_get_cert_sigalg_idx()
[all …]
Dssl_local.h2064 s->s3->tmp.peer_sigalg->sig == EVP_PKEY_RSA_PSS)
/third_party/openssl/crypto/x509/
Dx509type.c38 case EVP_PKEY_RSA_PSS: in X509_certificate_type()
/third_party/openssl/include/openssl/
Drsa.h114 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \
138 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \
162 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, \
Devp.h44 # define EVP_PKEY_RSA_PSS NID_rsassaPss macro
/third_party/openssl/doc/man3/
DSSL_get_peer_signature_nid.pod26 where it is B<EVP_PKEY_RSA_PSS>. To differentiate between
DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod70 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA_PSS, NULL);
DSSL_CTX_set1_sigalgs.pod75 EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_DSA and EVP_PKEY_EC.
/third_party/openssl/crypto/evp/
Dp_lib.c473 if (pkey->type != EVP_PKEY_RSA && pkey->type != EVP_PKEY_RSA_PSS) { in EVP_PKEY_get0_RSA()
/third_party/openssl/apps/
Ds_cb.c223 case EVP_PKEY_RSA_PSS: in get_sigtype()
/third_party/node/src/
Dnode_crypto.cc2213 case EVP_PKEY_RSA_PSS: in GetSharedSigalgs()
3385 case EVP_PKEY_RSA_PSS: in GetAsymmetricKeyType()
4528 EVP_PKEY_id(pkey.get()) == EVP_PKEY_RSA_PSS) { in ApplyRSAOptions()
4586 return EVP_PKEY_id(key.get()) == EVP_PKEY_RSA_PSS ? RSA_PKCS1_PSS_PADDING : in GetDefaultSignPadding()
6107 return EVPKeyCtxPointer(EVP_PKEY_CTX_new_id(EVP_PKEY_RSA_PSS, nullptr)); in Setup()
/third_party/openssl/ssl/statem/
Dstatem_lib.c287 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_cert_verify()
Dstatem_srvr.c2810 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_server_key_exchange()