Searched refs:ImportWrappedKeyResponse (Results 1 – 16 of 16) sorted by relevance
52 ImportWrappedKeyResponse* response);
87 show_schema::<ImportWrappedKeyResponse>(); in main()
84 ImportWrappedKeyResponse* response);
917 struct ImportWrappedKeyResponse : public KeymasterResponse { struct918 explicit ImportWrappedKeyResponse(int32_t ver = kDefaultMessageVersion)
442 ImportWrappedKeyResponse = [601 [DeviceImportWrappedKey, ImportWrappedKeyResponse],
187 return std::make_unique<ImportWrappedKeyResponse>(kMaxMessageVersion); in getSerializable()
888 void ImportWrappedKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()892 size_t ImportWrappedKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()899 uint8_t* ImportWrappedKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()907 bool ImportWrappedKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
929 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
151 pub struct ImportWrappedKeyResponse { struct626 …ceImportWrappedKey = 0x15 => (ImportWrappedKeyRequest, ImportWrappedKeyResponse),
196 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
208 keymaster::ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
156 let rsp: ImportWrappedKeyResponse = self.execute(ImportWrappedKeyRequest { in importWrappedKey()
352 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
398 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
423 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
786 op_ok_rsp(PerformOpRsp::DeviceImportWrappedKey(ImportWrappedKeyResponse { in process_req()