Searched refs:ImportKeyResponse (Results 1 – 6 of 6) sorted by relevance
256 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()262 size_t ImportKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()267 uint8_t* ImportKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()273 bool ImportKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
260 TEST(RoundTrip, ImportKeyResponse) { in TEST() argument261 ImportKeyResponse msg; in TEST()267 UniquePtr<ImportKeyResponse> deserialized(round_trip(msg, 167)); in TEST()358 GARBAGE_TEST(ImportKeyResponse);
882 ImportKeyResponse import_response; in TEST_F()953 ImportKeyResponse import_response; in TEST_F()1023 ImportKeyResponse import_response; in TEST_F()
286 void GoogleKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey()
245 struct ImportKeyResponse : public KeymasterResponse { struct246 ImportKeyResponse() { key_blob.key_material = NULL; } in ImportKeyResponse() argument247 ~ImportKeyResponse() { delete[] key_blob.key_material; } in ~ImportKeyResponse() argument
73 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);