Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h51 ImportWrappedKeyResponse* response);
/system/keymaster/include/keymaster/
Dandroid_keymaster.h82 ImportWrappedKeyResponse* response);
Dandroid_keymaster_messages.h878 struct ImportWrappedKeyResponse : public KeymasterResponse { struct
879 explicit ImportWrappedKeyResponse(int32_t ver = kDefaultMessageVersion)
/system/keymaster/tests/fuzzers/
Dserializable_types.h187 return std::make_unique<ImportWrappedKeyResponse>(kMaxMessageVersion); in getSerializable()
/system/keymaster/android_keymaster/
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()
Dandroid_keymaster.cpp868 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp191 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp208 keymaster::ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp351 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
DAndroidKeymaster4Device.cpp398 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp423 ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey()