Home
last modified time | relevance | path

Searched refs:EVP_PKEY_id (Results 1 - 21 of 21) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_sig.cc61 if (EVP_PKEY_id(pkey.get()) == EVP_PKEY_RSA || in ValidateDSAParameters()
62 EVP_PKEY_id(pkey.get()) == EVP_PKEY_RSA2 || in ValidateDSAParameters()
63 EVP_PKEY_id(pkey.get()) == EVP_PKEY_RSA_PSS) { in ValidateDSAParameters()
113 return EVP_PKEY_id(m_pkey.get()) == EVP_PKEY_RSA_PSS ? RSA_PKCS1_PSS_PADDING : in ValidateDSAParameters()
268 switch (EVP_PKEY_id(key.get())) { in ValidateDSAParameters()
279 switch (EVP_PKEY_id(key.get())) { in ValidateDSAParameters()
H A Dcrypto_keys.cc328 CHECK_EQ(EVP_PKEY_id(pkey), EVP_PKEY_RSA); in WritePrivateKey()
368 CHECK_EQ(EVP_PKEY_id(pkey), EVP_PKEY_EC); in WritePrivateKey()
399 CHECK_EQ(EVP_PKEY_id(pkey), EVP_PKEY_RSA); in WritePublicKeyInner()
492 switch (EVP_PKEY_id(key->GetAsymmetricKey().get())) { in ExportJWKAsymmetricKey()
545 switch (EVP_PKEY_id(key->GetAsymmetricKey().get())) { in GetAsymmetricKeyDetail()
1212 switch (EVP_PKEY_id(key.get())) { in GetAsymmetricKeyType()
1252 CHECK_EQ(EVP_PKEY_id(key.get()), EVP_PKEY_EC); in CheckEcKeyData()
H A Dcrypto_dsa.cc138 int type = EVP_PKEY_id(m_pkey.get()); in GetDsaKeyDetail()
H A Dcrypto_ec.cc711 if (EVP_PKEY_id(m_pkey.get()) != EVP_PKEY_EC) { in DoExport()
762 CHECK_EQ(EVP_PKEY_id(m_pkey.get()), EVP_PKEY_EC); in ExportJWKEcKey()
854 switch (EVP_PKEY_id(pkey.get())) { in ExportJWKEdKey()
990 CHECK_EQ(EVP_PKEY_id(m_pkey.get()), EVP_PKEY_EC); in GetEcKeyDetail()
H A Dcrypto_rsa.cc368 int type = EVP_PKEY_id(m_pkey.get()); in ExportJWKRsaKey()
517 int type = EVP_PKEY_id(m_pkey.get()); in GetRsaKeyDetail()
H A Dcrypto_dh.cc723 CHECK_EQ(EVP_PKEY_id(pkey.get()), EVP_PKEY_DH); in GetDhKeyDetail()
H A Dcrypto_common.cc1113 int kid = EVP_PKEY_id(key.get()); in GetEphemeralKey()
1295 switch (EVP_PKEY_id(pkey.get())) { in X509ToObject()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs195 #[corresponds(EVP_PKEY_id)]
197 unsafe { Id::from_raw(ffi::EVP_PKEY_id(self.as_ptr())) } in id()
/third_party/fsverity-utils/lib/
H A Dsign_digest.c164 sig_nid = EVP_PKEY_id(pkey); in sign_pkcs7()
169 EVP_PKEY_id(pkey)); in sign_pkcs7()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c693 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) {
731 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_RSA) {
H A Dopenssl-server.c468 KeyType = EVP_PKEY_type(EVP_PKEY_id(pkey));
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs145 pub unsafe fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int { in EVP_PKEY_id() functions
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs431 pub fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int; in EVP_PKEY_id() functions
/third_party/curl/lib/vtls/
H A Dopenssl.c522 pktype = EVP_PKEY_id(pubkey); in Curl_ossl_certchain()
1626 pktype = EVP_PKEY_id(priv_key); in cert_stuff()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h992 int EVP_PKEY_id(const EVP_PKEY *pkey);
/third_party/nghttp2/src/
H A Dh2load.cc849 auto pkey_id = EVP_PKEY_id(key); in print_server_tmp_key()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1309 # define EVP_PKEY_id EVP_PKEY_get_id macro
/third_party/openssl/include/openssl/
H A Devp.h1307 # define EVP_PKEY_id EVP_PKEY_get_id macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c5146 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c5459 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in dpp_parse_uri_pk()

Completed in 62 milliseconds