Home
last modified time | relevance | path

Searched refs:EVP_PKEY_id (Results 1 – 17 of 17) sorted by relevance

/third_party/fsverity-utils/lib/
Dsign_digest.c164 sig_nid = EVP_PKEY_id(pkey); in sign_pkcs7()
169 EVP_PKEY_id(pkey)); in sign_pkcs7()
/third_party/openssl/doc/man3/
DEVP_PKEY_set1_RSA.pod13 EVP_PKEY_id, EVP_PKEY_base_id -
24 #define EVP_PKEY_id EVP_PKEY_get_id
205 The EVP_PKEY_id() and EVP_PKEY_base_id() functions were renamed to
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Devp.rs138 pub unsafe fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int {
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs409 pub unsafe fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int {
425 pub fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int;
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c693 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in lws_x509_jwk_privkey_pem()
731 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_RSA) { in lws_x509_jwk_privkey_pem()
Dopenssl-server.c478 KeyType = EVP_PKEY_type(EVP_PKEY_id(pkey));
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs191 #[corresponds(EVP_PKEY_id)]
193 unsafe { Id::from_raw(ffi::EVP_PKEY_id(self.as_ptr())) } in id()
/third_party/node/src/
Dnode_crypto_common.cc1161 int kid = EVP_PKEY_id(key.get()); in GetEphemeralKey()
1351 switch (EVP_PKEY_id(pkey.get())) { in X509ToObject()
Dnode_crypto.cc2712 CHECK_EQ(EVP_PKEY_id(pkey), EVP_PKEY_RSA); in WritePublicKeyInner()
3157 CHECK_EQ(EVP_PKEY_id(pkey), EVP_PKEY_RSA); in WritePrivateKey()
3198 CHECK_EQ(EVP_PKEY_id(pkey), EVP_PKEY_EC); in WritePrivateKey()
3382 switch (EVP_PKEY_id(key.get())) { in GetAsymmetricKeyType()
4526 if (EVP_PKEY_id(pkey.get()) == EVP_PKEY_RSA || in ApplyRSAOptions()
4527 EVP_PKEY_id(pkey.get()) == EVP_PKEY_RSA2 || in ApplyRSAOptions()
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()
/third_party/openssl/util/
Dother.syms673 EVP_PKEY_id define
/third_party/openssl/ohos_lite/include/openssl/
Devp.h992 int EVP_PKEY_id(const EVP_PKEY *pkey);
/third_party/openssl/include/openssl/
Devp.h1307 # define EVP_PKEY_id EVP_PKEY_get_id macro
/third_party/nghttp2/src/
Dh2load.cc840 auto pkey_id = EVP_PKEY_id(key); in print_server_tmp_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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/
Dtls_openssl.c5432 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in dpp_parse_uri_pk()
/third_party/chromium/patch/
D0003-ohos-1115.patch13714 + EVP_PKEY_id(key_.get()), true /* supports PSS */);