Searched refs:ImportWrappedKeyResponse (Results 1 – 11 of 11) sorted by relevance
51 ImportWrappedKeyResponse* response);
82 ImportWrappedKeyResponse* response);
878 struct ImportWrappedKeyResponse : public KeymasterResponse { struct879 explicit ImportWrappedKeyResponse(int32_t ver = kDefaultMessageVersion)
187 return std::make_unique<ImportWrappedKeyResponse>(kMaxMessageVersion); in getSerializable()
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()
868 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
191 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
208 keymaster::ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
351 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
398 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
423 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()