Lines Matching refs:pkey
54 virtual bool InternalToEvp(EVP_PKEY* pkey) const = 0;
55 virtual bool EvpToInternal(const EVP_PKEY* pkey) = 0;
64 static RsaKey* ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
76 virtual bool InternalToEvp(EVP_PKEY* pkey) const;
77 virtual bool EvpToInternal(const EVP_PKEY* pkey);
90 static DsaKey* ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
104 virtual bool InternalToEvp(EVP_PKEY* pkey) const;
105 virtual bool EvpToInternal(const EVP_PKEY* pkey);
118 static EcdsaKey* ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
133 virtual bool InternalToEvp(EVP_PKEY* pkey) const;
134 virtual bool EvpToInternal(const EVP_PKEY* pkey);