Lines Matching refs:KeyObjectData
132 class KeyObjectData : public MemoryRetainer {
134 static std::shared_ptr<KeyObjectData> CreateSecret(ByteSource key);
136 static std::shared_ptr<KeyObjectData> CreateAsymmetric(
149 SET_MEMORY_INFO_NAME(KeyObjectData)
150 SET_SELF_SIZE(KeyObjectData)
153 explicit KeyObjectData(ByteSource symmetric_key);
155 KeyObjectData(
171 std::shared_ptr<KeyObjectData> data);
178 const std::shared_ptr<KeyObjectData>& Data();
214 std::shared_ptr<KeyObjectData> data_;
232 explicit KeyObjectTransferData(const std::shared_ptr<KeyObjectData>& data)
245 std::shared_ptr<KeyObjectData> data_;
254 const std::shared_ptr<KeyObjectData>& handle_data)
260 std::shared_ptr<KeyObjectData> handle_data_;
329 std::shared_ptr<KeyObjectData> key,
397 std::shared_ptr<KeyObjectData> key_;
403 KeyObjectData* key_data,
407 KeyObjectData* key_data,