Home
last modified time | relevance | path

Searched refs:EVP_PKEY_get_id (Results 1 - 25 of 49) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_pubkey.c652 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_DH) in ossl_d2i_DH_PUBKEY()
693 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_DHX) in ossl_d2i_DHx_PUBKEY()
803 type = EVP_PKEY_get_id(pkey); in d2i_EC_PUBKEY()
887 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) in ossl_d2i_ED448_PUBKEY()
929 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X25519) in ossl_d2i_X25519_PUBKEY()
971 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X448) in ossl_d2i_X448_PUBKEY()
H A Dx509type.c32 switch (EVP_PKEY_get_id(pk)) { in X509_certificate_type()
/third_party/openssl/crypto/x509/
H A Dx_pubkey.c652 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_DH) in ossl_d2i_DH_PUBKEY()
693 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_DHX) in ossl_d2i_DHx_PUBKEY()
803 type = EVP_PKEY_get_id(pkey); in d2i_EC_PUBKEY()
887 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) in ossl_d2i_ED448_PUBKEY()
929 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X25519) in ossl_d2i_X25519_PUBKEY()
971 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X448) in ossl_d2i_X448_PUBKEY()
H A Dx509type.c32 switch (EVP_PKEY_get_id(pk)) { in X509_certificate_type()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_enc.c27 if (EVP_PKEY_get_id(pubk) != EVP_PKEY_RSA) { in EVP_PKEY_encrypt_old()
H A Dp_dec.c27 if (EVP_PKEY_get_id(priv) != EVP_PKEY_RSA) { in EVP_PKEY_decrypt_old()
/third_party/openssl/crypto/evp/
H A Dp_enc.c27 if (EVP_PKEY_get_id(pubk) != EVP_PKEY_RSA) { in EVP_PKEY_encrypt_old()
H A Dp_dec.c27 if (EVP_PKEY_get_id(priv) != EVP_PKEY_RSA) { in EVP_PKEY_decrypt_old()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dd2i_param.c29 if (type != EVP_PKEY_get_id(ret) && !EVP_PKEY_set_type(ret, type)) in d2i_KeyParams()
H A Dd2i_pu.c51 if ((type != EVP_PKEY_get_id(ret) || copy != NULL) in d2i_PublicKey()
H A Da_sign.c241 EVP_PKEY_get_id(pkey) == NID_sm2 ? NID_sm2 : in ASN1_item_sign_ctx()
/third_party/openssl/crypto/asn1/
H A Dd2i_param.c29 if (type != EVP_PKEY_get_id(ret) && !EVP_PKEY_set_type(ret, type)) in d2i_KeyParams()
H A Dd2i_pu.c51 if ((type != EVP_PKEY_get_id(ret) || copy != NULL) in d2i_PublicKey()
H A Da_sign.c241 EVP_PKEY_get_id(pkey) == NID_sm2 ? NID_sm2 : in ASN1_item_sign_ctx()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_pkey.c83 switch (EVP_PKEY_get_id(pkey)) { in ENGINE_load_private_key()
/third_party/node/deps/openssl/openssl/apps/
H A Dpkeyutl.c724 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
725 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
/third_party/openssl/apps/
H A Dpkeyutl.c724 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
725 || EVP_PKEY_get_id(pkey) == EVP_PKEY_ED448) { in do_raw_keyop()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_protect.c232 EVP_PKEY_get_id(ctx->pkey))) { in set_sig_algor()
/third_party/openssl/crypto/cmp/
H A Dcmp_protect.c232 EVP_PKEY_get_id(ctx->pkey))) { in set_sig_algor()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs146 EVP_PKEY_get_id(pkey) in EVP_PKEY_id()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c488 && (EVP_PKEY_get_id(pkey) == NID_id_GostR3410_2001 in tls_process_cert_verify()
489 || EVP_PKEY_get_id(pkey) == NID_id_GostR3410_2012_256)) in tls_process_cert_verify()
491 && EVP_PKEY_get_id(pkey) == NID_id_GostR3410_2012_512))) { in tls_process_cert_verify()
522 int pktype = EVP_PKEY_get_id(pkey); in tls_process_cert_verify()
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c467 && (EVP_PKEY_get_id(pkey) == NID_id_GostR3410_2001 in tls_process_cert_verify()
468 || EVP_PKEY_get_id(pkey) == NID_id_GostR3410_2012_256)) in tls_process_cert_verify()
470 && EVP_PKEY_get_id(pkey) == NID_id_GostR3410_2012_512))) { in tls_process_cert_verify()
501 int pktype = EVP_PKEY_get_id(pkey); in tls_process_cert_verify()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c412 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_get_id(pkey))) in ossl_cms_ecdsa_dsa_sign()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c400 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_SM2) { in ec_pkey_ctrl()
/third_party/openssl/crypto/cms/
H A Dcms_ec.c412 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_get_id(pkey))) in ossl_cms_ecdsa_dsa_sign()

Completed in 17 milliseconds

12