Lines Matching refs:KeyObjectData
413 class KeyObjectData {
415 static std::shared_ptr<KeyObjectData> CreateSecret(
417 static std::shared_ptr<KeyObjectData> CreateAsymmetric(
429 KeyObjectData(std::unique_ptr<char, std::function<void(char*)>> symmetric_key, in KeyObjectData() function
436 KeyObjectData(KeyType type, const ManagedEVPPKey& pkey) in KeyObjectData() function
453 std::shared_ptr<KeyObjectData> data);
460 const std::shared_ptr<KeyObjectData>& Data();
485 std::shared_ptr<KeyObjectData> data_;
498 explicit KeyObjectTransferData(const std::shared_ptr<KeyObjectData>& data) in SET_MEMORY_INFO_NAME()
511 std::shared_ptr<KeyObjectData> data_; in SET_MEMORY_INFO_NAME()
520 const std::shared_ptr<KeyObjectData>& handle_data) in NativeKeyObject()
526 std::shared_ptr<KeyObjectData> handle_data_;