Searched refs:EVP_PKEY_id (Results 1 – 8 of 8) sorted by relevance
95 if (!result->key_ || EVP_PKEY_id(result->key_) != EVP_PKEY_RSA) in CreateFromPrivateKeyInfo()
194 int EVP_PKEY_id(const EVP_PKEY *pkey) { in EVP_PKEY_id() function
690 if (EVP_PKEY_id(pkey.get()) != expected_id) { in TestValidPrivateKey()
134 OPENSSL_EXPORT int EVP_PKEY_id(const EVP_PKEY *pkey);
352 return EVP_PKEY_id(ssl->cert->privatekey); in ssl_private_key_type()
327 if (EVP_PKEY_id(private_key) != EVP_PKEY_EC || in SSL_CTX_set1_tls_channel_id()
151 return EVP_PKEY_id(GetTestState(ssl)->private_key.get()); in AsyncPrivateKeyType()
1848 if (EVP_PKEY_id(evp) == EVP_PKEY_RSA) { in keystore_sign()