Searched refs:Malloc_Delete (Results 1 – 5 of 5) sorted by relevance
/system/keymaster/legacy_support/ |
D | keymaster1_engine.cpp | 86 unique_ptr<uint8_t, Malloc_Delete> blob_deleter(const_cast<uint8_t*>(blob.key_material)); in GenerateKey() 110 unique_ptr<uint8_t, Malloc_Delete> blob_deleter(const_cast<uint8_t*>(blob.key_material)); in ImportKey() 286 unique_ptr<uint8_t, Malloc_Delete> output_deleter(const_cast<uint8_t*>(output.data)); in rsa_sign_raw() 309 unique_ptr<uint8_t, Malloc_Delete> output_deleter(const_cast<uint8_t*>(output.data)); in rsa_decrypt() 330 unique_ptr<uint8_t, Malloc_Delete> output_deleter(const_cast<uint8_t*>(output.data)); in ecdsa_sign() 352 unique_ptr<uint8_t, Malloc_Delete> pub_key(const_cast<uint8_t*>(export_data.data)); in GetKeymaster1PublicKey()
|
D | keymaster_passthrough_engine.cpp | 215 unique_ptr<uint8_t, Malloc_Delete> blob_deleter(const_cast<uint8_t*>(blob.key_material)); in GenerateKey() 235 unique_ptr<uint8_t, Malloc_Delete> blob_deleter(const_cast<uint8_t*>(blob.key_material)); in GenerateKey() 259 unique_ptr<uint8_t, Malloc_Delete> blob_deleter(const_cast<uint8_t*>(blob.key_material)); in ImportKey() 284 unique_ptr<uint8_t, Malloc_Delete> blob_deleter(const_cast<uint8_t*>(blob.key_material)); in ImportKey()
|
D | keymaster1_legacy_support.cpp | 70 std::unique_ptr<keymaster_digest_t, Malloc_Delete> digests_deleter(digests); in add_digests()
|
/system/keymaster/include/keymaster/ |
D | mem.h | 168 struct Malloc_Delete { struct
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 122 std::unique_ptr<keymaster_digest_t, Malloc_Delete> digests_deleter(digests); in add_digests() 1420 std::unique_ptr<uint8_t, Malloc_Delete> finish_output_deleter( in finish()
|