Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_ameth.c97 case EVP_PKEY_RSA_PSS: in rsa_pub_decode()
404 if (OBJ_obj2nid(sigalg->algorithm) == EVP_PKEY_RSA_PSS) { in rsa_sig_print()
550 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) { in ossl_rsa_pss_to_ctx()
638 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) { in rsa_item_verify()
680 if (!X509_ALGOR_set0(alg2, OBJ_nid2obj(EVP_PKEY_RSA_PSS), in rsa_item_sign()
687 if (!X509_ALGOR_set0(alg1, OBJ_nid2obj(EVP_PKEY_RSA_PSS), in rsa_item_sign()
733 if (OBJ_obj2nid(sigalg->algorithm) != EVP_PKEY_RSA_PSS) in rsa_sig_info_set()
771 X509_SIG_INFO_set(siginf, mdnid, EVP_PKEY_RSA_PSS, secbits, in rsa_sig_info_set()
911 ok = EVP_PKEY_assign(pkey, EVP_PKEY_RSA_PSS, rsa); in rsa_int_import_from()
1015 EVP_PKEY_RSA_PSS,
[all …]
H A Drsa_local.h151 #define pkey_is_pss(pkey) (pkey->ameth->pkey_id == EVP_PKEY_RSA_PSS)
152 #define pkey_ctx_is_pss(ctx) (ctx->pmeth->pkey_id == EVP_PKEY_RSA_PSS)
H A Drsa_lib.c744 && ctx->pmeth->pkey_id != EVP_PKEY_RSA_PSS) in RSA_pkey_ctx_ctrl()
1062 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_pss_keygen_md()
1070 return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_pss_keygen_md_name()
1153 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md()
1160 return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name()
H A Drsa_backend.c664 if (OBJ_obj2nid(algoid) != EVP_PKEY_RSA_PSS) in ossl_rsa_param_decode()
707 case EVP_PKEY_RSA_PSS: in ossl_rsa_key_from_pkcs8()
H A Drsa_pmeth.c914 EVP_PKEY_RSA_PSS,
/openssl/crypto/evp/
H A Dctrl_params_translate.c1846 && EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS) in get_rsa_payload_n()
1860 && EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS) in get_rsa_payload_e()
1874 && EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA_PSS) in get_rsa_payload_d()
2272 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
2276 { GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
2281 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
2285 { GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS,
2330 { SET, EVP_PKEY_RSA_PSS, 0, EVP_PKEY_OP_TYPE_GEN,
2333 { SET, EVP_PKEY_RSA_PSS, 0, EVP_PKEY_OP_TYPE_GEN,
2336 { SET, EVP_PKEY_RSA_PSS, 0, EVP_PKEY_OP_TYPE_GEN,
[all …]
H A Dp_legacy.c36 if (pkey->type != EVP_PKEY_RSA && pkey->type != EVP_PKEY_RSA_PSS) { in evp_pkey_get0_RSA_int()
H A Dp_lib.c727 case EVP_PKEY_RSA_PSS: in detect_foreign_key()
1016 { EVP_PKEY_RSA_PSS, "RSA-PSS" },
1086 case EVP_PKEY_RSA_PSS: in EVP_PKEY_can_sign()
/openssl/ssl/
H A Dssl_cert_table.h15 {EVP_PKEY_RSA_PSS, SSL_aRSA}, /* SSL_PKEY_RSA_PSS_SIGN */
H A Dt1_lib.c1415 NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
1418 NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
1421 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA,
1424 NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
1427 NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_RSA_PSS, SSL_PKEY_RSA_PSS_SIGN,
1972 pkeyid = EVP_PKEY_RSA_PSS; in tls12_check_peer_sigalg()
1991 && (lu->sig != EVP_PKEY_RSA_PSS || pkeyid != EVP_PKEY_RSA))) { in tls12_check_peer_sigalg()
2945 *psig = EVP_PKEY_RSA_PSS; in get_sigorhash()
3664 || (clu->nid == EVP_PKEY_RSA_PSS in tls12_get_cert_sigalg_idx()
3810 } else if (lu->sig == EVP_PKEY_RSA_PSS) { in find_sig_alg()
[all …]
H A Dssl_local.h2239 s->s3.tmp.peer_sigalg->sig == EVP_PKEY_RSA_PSS)
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c924 return expected_type == EVP_PKEY_RSA_PSS; in rsa_check_key_type()
932 #define rsapss_evp_type EVP_PKEY_RSA_PSS
1362 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, EncryptedPrivateKeyInfo, der);
1363 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, EncryptedPrivateKeyInfo, pem);
1364 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, PrivateKeyInfo, der);
1365 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, PrivateKeyInfo, pem);
1366 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, SubjectPublicKeyInfo, der);
1367 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, SubjectPublicKeyInfo, pem);
1465 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, PKCS1, der);
1466 MAKE_ENCODER(rsapss, rsa, EVP_PKEY_RSA_PSS, PKCS1, pem);
H A Ddecode_der2key.c573 valid = (ctx->desc->evp_type == EVP_PKEY_RSA_PSS); in rsa_check()
590 #define rsapss_evp_type EVP_PKEY_RSA_PSS
/openssl/crypto/x509/
H A Dx509type.c38 case EVP_PKEY_RSA_PSS: in X509_certificate_type()
H A Dx_all.c540 if (pknid == EVP_PKEY_RSA_PSS) { in X509_digest_sig()
/openssl/crypto/cms/
H A Dcms_rsa.c225 if (X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_PKEY_RSA_PSS), V_ASN1_SEQUENCE, os)) in rsa_cms_sign()
253 if (nid == EVP_PKEY_RSA_PSS) in rsa_cms_verify()
/openssl/doc/man3/
H A DSSL_get_peer_signature_nid.pod26 where it is B<EVP_PKEY_RSA_PSS>. To differentiate between
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod81 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA_PSS, NULL);
H A DEVP_PKEY_CTX_new.pod85 These are B<EVP_PKEY_RSA>, B<EVP_PKEY_RSA_PSS>, B<EVP_PKEY_DSA>,
H A DSSL_CTX_set1_sigalgs.pod77 EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_DSA and EVP_PKEY_EC.
/openssl/crypto/asn1/
H A Da_verify.c163 if (mdnid == NID_undef && pknid == EVP_PKEY_RSA_PSS) { in ASN1_item_verify_ctx()
/openssl/apps/lib/
H A Ds_cb.c236 case EVP_PKEY_RSA_PSS: in get_sigtype()
/openssl/ssl/statem/
H A Dstatem_lib.c358 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_cert_verify()
H A Dstatem_srvr.c2783 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_server_key_exchange()
/openssl/include/openssl/
H A Devp.h62 # define EVP_PKEY_RSA_PSS NID_rsassaPss macro

Completed in 142 milliseconds