Home
last modified time | relevance | path

Searched refs:ImportWrappedKeyRequest (Results 1 – 9 of 9) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h48 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
/system/keymaster/include/keymaster/
Dandroid_keymaster.h78 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
Dandroid_keymaster_messages.h780 struct ImportWrappedKeyRequest : public KeymasterMessage { struct
781 explicit ImportWrappedKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) {} in KeymasterMessage() argument
/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp634 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()
Dandroid_keymaster.cpp489 void AndroidKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey()
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp129 void TrustyKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey()
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp387 ImportWrappedKeyRequest request; in importWrappedKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp414 ImportWrappedKeyRequest request; in importWrappedKey()
/system/keymaster/tests/
Dandroid_keymaster_test.cpp1942 ImportWrappedKeyRequest request; in TEST_F()
1990 ImportWrappedKeyRequest request; in TEST_F()
2022 ImportWrappedKeyRequest request; in TEST_F()
2052 ImportWrappedKeyRequest request; in TEST_F()