Home
last modified time | relevance | path

Searched refs:Malloc_Delete (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
Dkeymaster0_engine.cpp125 unique_ptr<uint8_t, Malloc_Delete> key_blob_deleter(key_blob); in GenerateRsaKey()
141 unique_ptr<uint8_t, Malloc_Delete> key_blob_deleter(key_blob); in GenerateEcKey()
160 unique_ptr<uint8_t, Malloc_Delete> key_blob_deleter(key_blob); in ImportKey()
282 unique_ptr<uint8_t[], Malloc_Delete>* signature, in Keymaster0Sign()
307 unique_ptr<uint8_t, Malloc_Delete> pub_key(pub_key_data); in GetKeymaster0PublicKey()
322 unique_ptr<uint8_t[], Malloc_Delete> signature; in RsaPrivateTransform()
374 unique_ptr<uint8_t[], Malloc_Delete> signature; in EcdsaSign()
Dkeymaster0_engine.h74 struct Malloc_Delete { struct
80 std::unique_ptr<uint8_t[], Malloc_Delete>* signature, argument
Dandroid_keymaster_test.cpp3231 struct Malloc_Delete { struct