Searched refs:DeleteKeyResponse (Results 1 – 17 of 17) sorted by relevance
56 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
91 show_schema::<DeleteKeyResponse>(); in main()
88 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
692 using DeleteKeyResponse = EmptyKeymasterResponse; variable
455 DeleteKeyResponse = []603 [DeviceDeleteKey, DeleteKeyResponse],
147 return std::make_unique<DeleteKeyResponse>(kMaxMessageVersion); in getSerializable()
168 pub struct DeleteKeyResponse {} struct628 DeviceDeleteKey = 0x17 => (DeleteKeyRequest, DeleteKeyResponse),
212 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()
245 keymaster::DeleteKeyResponse response(impl_->message_version()); in deleteKey()
186 let _rsp: DeleteKeyResponse = in deleteKey()
390 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
410 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
476 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
357 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
498 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
802 Ok(_ret) => op_ok_rsp(PerformOpRsp::DeviceDeleteKey(DeleteKeyResponse {})), in process_req()
871 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()