Searched refs:EVP_PKEY_id (Results 1 – 17 of 17) sorted by relevance
164 sig_nid = EVP_PKEY_id(pkey); in sign_pkcs7()169 EVP_PKEY_id(pkey)); in sign_pkcs7()
13 EVP_PKEY_id, EVP_PKEY_base_id -24 #define EVP_PKEY_id EVP_PKEY_get_id205 The EVP_PKEY_id() and EVP_PKEY_base_id() functions were renamed to
138 pub unsafe fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int {
409 pub unsafe fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int {425 pub fn EVP_PKEY_id(pkey: *const EVP_PKEY) -> c_int;
693 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()
478 KeyType = EVP_PKEY_type(EVP_PKEY_id(pkey));
191 #[corresponds(EVP_PKEY_id)]193 unsafe { Id::from_raw(ffi::EVP_PKEY_id(self.as_ptr())) } in id()
1161 int kid = EVP_PKEY_id(key.get()); in GetEphemeralKey()1351 switch (EVP_PKEY_id(pkey.get())) { in X509ToObject()
2712 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()
673 EVP_PKEY_id define
992 int EVP_PKEY_id(const EVP_PKEY *pkey);
1307 # define EVP_PKEY_id EVP_PKEY_get_id macro
840 auto pkey_id = EVP_PKEY_id(key); in print_server_tmp_key()
5146 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
5432 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in dpp_parse_uri_pk()
13714 + EVP_PKEY_id(key_.get()), true /* supports PSS */);