mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
10 lines
378 B
C++
10 lines
378 B
C++
#include <keymaster/android_keymaster_messages.h>
|
|
|
|
extern "C" {
|
|
void _ZN9keymaster19GenerateKeyResponseD1Ev() {}
|
|
void _ZN9keymaster17AttestKeyResponseD1Ev() {}
|
|
void _ZN9keymaster16ImportKeyRequest14SetKeyMaterialEPKvm(keymaster::ImportKeyRequest* thisptr, const uint8_t* key_material, size_t length) {
|
|
thisptr->key_data = keymaster::KeymasterKeyBlob(key_material, length);
|
|
}
|
|
}
|