Searched refs:ImportWrappedKeyRequest (Results 1 – 9 of 9) sorted by relevance
48 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
78 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
780 struct ImportWrappedKeyRequest : public KeymasterMessage { struct781 explicit ImportWrappedKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) {} in KeymasterMessage() argument
634 size_t ImportWrappedKeyRequest::SerializedSize() const { in SerializedSize()642 uint8_t* ImportWrappedKeyRequest::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()651 bool ImportWrappedKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()660 void ImportWrappedKeyRequest::SetWrappedMaterial(const void* key_material, size_t length) { in SetWrappedMaterial()664 void ImportWrappedKeyRequest::SetWrappingMaterial(const void* key_material, size_t length) { in SetWrappingMaterial()668 void ImportWrappedKeyRequest::SetMaskingKeyMaterial(const void* key_material, size_t length) { in SetMaskingKeyMaterial()
489 void AndroidKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey()
129 void TrustyKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey()
387 ImportWrappedKeyRequest request; in importWrappedKey()
414 ImportWrappedKeyRequest request; in importWrappedKey()
1942 ImportWrappedKeyRequest request; in TEST_F()1990 ImportWrappedKeyRequest request; in TEST_F()2022 ImportWrappedKeyRequest request; in TEST_F()2052 ImportWrappedKeyRequest request; in TEST_F()