Home
last modified time | relevance | path

Searched refs:ImportWrappedKeyResponse (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster.h51 ImportWrappedKeyResponse* response);
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster.h82 ImportWrappedKeyResponse* response);
H A Dandroid_keymaster_messages.h870 struct ImportWrappedKeyResponse : public KeymasterResponse { struct
871 explicit ImportWrappedKeyResponse(int32_t ver = kDefaultMessageVersion)
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp824 void ImportWrappedKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
828 size_t ImportWrappedKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()
835 uint8_t* ImportWrappedKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()
843 bool ImportWrappedKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
H A Dandroid_keymaster.cpp845 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
/aosp12/system/keymaster/tests/fuzzers/
H A Dserializable_types.h187 return std::make_unique<ImportWrappedKeyResponse>(kMaxMessageVersion); in getSerializable()
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp191 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp208 keymaster::ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp337 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
H A DAndroidKeymaster4Device.cpp391 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp422 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp1698 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()
1746 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()
1778 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()
1806 ImportWrappedKeyResponse response(kMaxMessageVersion); in TEST_F()