Searched refs:ImportWrappedKeyResponse (Results 1 – 12 of 12) sorted by relevance
51 ImportWrappedKeyResponse* response);
82 ImportWrappedKeyResponse* response);
870 struct ImportWrappedKeyResponse : public KeymasterResponse { struct871 explicit ImportWrappedKeyResponse(int32_t ver = kDefaultMessageVersion)
824 void ImportWrappedKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()828 size_t ImportWrappedKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()835 uint8_t* ImportWrappedKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()843 bool ImportWrappedKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
845 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
187 return std::make_unique<ImportWrappedKeyResponse>(kMaxMessageVersion); in getSerializable()
191 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
208 keymaster::ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
337 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
391 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
422 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
1698 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()1746 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()1778 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()1806 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()