Lines Matching refs:EVP_PKEY
281 void operator()(EVP_PKEY* p) const {
285 typedef std::unique_ptr<EVP_PKEY, EVP_PKEY_Delete> Unique_EVP_PKEY;
301 /* wrap_rsa returns an |EVP_PKEY| that contains an RSA key where the public
304 static EVP_PKEY *wrap_rsa(const char *key_id, const RSA *public_rsa) {
337 /* wrap_ecdsa returns an |EVP_PKEY| that contains an ECDSA key where the public
340 static EVP_PKEY *wrap_ecdsa(const char *key_id, const EC_KEY *public_ecdsa) {
376 EVP_PKEY* EVP_PKEY_from_keystore(const char* key_id) __attribute__((visibility("default")));
378 /* EVP_PKEY_from_keystore returns an |EVP_PKEY| that contains either an RSA or
382 EVP_PKEY* EVP_PKEY_from_keystore(const char* key_id) {
405 EVP_PKEY *result;