OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Malloc_Delete
(Results
1 - 7
of
7
) sorted by null
/system/keymaster/
keymaster0_engine.h
78
struct
Malloc_Delete
{
84
std::unique_ptr<uint8_t[],
Malloc_Delete
>* signature,
keymaster0_engine.cpp
110
unique_ptr<uint8_t,
Malloc_Delete
> key_blob_deleter(key_blob);
126
unique_ptr<uint8_t,
Malloc_Delete
> key_blob_deleter(key_blob);
145
unique_ptr<uint8_t,
Malloc_Delete
> key_blob_deleter(key_blob);
280
unique_ptr<uint8_t[],
Malloc_Delete
>* signature,
305
unique_ptr<uint8_t,
Malloc_Delete
> pub_key(pub_key_data);
326
unique_ptr<uint8_t[],
Malloc_Delete
> signature;
375
unique_ptr<uint8_t[],
Malloc_Delete
> signature;
keymaster1_engine.cpp
91
unique_ptr<uint8_t,
Malloc_Delete
> blob_deleter(const_cast<uint8_t*>(blob.key_material));
116
unique_ptr<uint8_t,
Malloc_Delete
> blob_deleter(const_cast<uint8_t*>(blob.key_material));
306
unique_ptr<uint8_t,
Malloc_Delete
> output_deleter(const_cast<uint8_t*>(output.data));
331
unique_ptr<uint8_t,
Malloc_Delete
> output_deleter(const_cast<uint8_t*>(output.data));
355
unique_ptr<uint8_t,
Malloc_Delete
> output_deleter(const_cast<uint8_t*>(output.data));
380
unique_ptr<uint8_t,
Malloc_Delete
> pub_key(const_cast<uint8_t*>(export_data.data));
soft_keymaster_device.cpp
96
std::unique_ptr<keymaster_digest_t,
Malloc_Delete
> digests_deleter(digests);
[
all
...]
android_keymaster_test.cpp
[
all
...]
/system/keymaster/include/keymaster/
android_keymaster_utils.h
313
struct
Malloc_Delete
{
/system/security/keystore/
key_store_service.cpp
47
struct
Malloc_Delete
{
[
all
...]
Completed in 470 milliseconds