Searched refs:ImportKeyResponse (Results 1 – 6 of 6) sorted by relevance
71 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);
465 struct ImportKeyResponse : public KeymasterResponse { struct466 explicit ImportKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument470 ~ImportKeyResponse() { delete[] key_blob.key_material; } in ~ImportKeyResponse() argument
336 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()340 size_t ImportKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()344 uint8_t* ImportKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()350 bool ImportKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
399 TEST(RoundTrip, ImportKeyResponse) { in TEST() argument401 ImportKeyResponse msg(ver); in TEST()407 UniquePtr<ImportKeyResponse> deserialized(round_trip(ver, msg, 167)); in TEST()696 GARBAGE_TEST(ImportKeyResponse);
421 void AndroidKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey()
939 ImportKeyResponse response; in import_key()