Lines Matching refs:ManagedEVPPKey
76 class ManagedEVPPKey : public MemoryRetainer {
78 ManagedEVPPKey() : mutex_(std::make_shared<Mutex>()) {}
79 explicit ManagedEVPPKey(EVPKeyPointer&& pkey);
80 ManagedEVPPKey(const ManagedEVPPKey& that);
81 ManagedEVPPKey& operator=(const ManagedEVPPKey& that);
88 SET_MEMORY_INFO_NAME(ManagedEVPPKey)
89 SET_SELF_SIZE(ManagedEVPPKey)
101 static ManagedEVPPKey GetParsedKey(Environment* env,
106 static ManagedEVPPKey GetPublicOrPrivateKeyFromJs(
110 static ManagedEVPPKey GetPrivateKeyFromJs(
138 const ManagedEVPPKey& pkey);
144 ManagedEVPPKey GetAsymmetricKey() const;
157 const ManagedEVPPKey& pkey);
161 const ManagedEVPPKey asymmetric_key_;