OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyhandle
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore-engine/
keyhandle.cpp
29
* Makes sure the ex_data for the
keyhandle
is initially set to NULL.
36
* Frees a previously allocated
keyhandle
stored in ex_data.
39
char*
keyhandle
= reinterpret_cast<char*>(ptr);
local
40
if (
keyhandle
!= NULL) {
41
free(
keyhandle
);
46
* Duplicates a
keyhandle
stored in ex_data in case we copy a key.
51
char*
keyhandle
= reinterpret_cast<char*>(*ptr);
local
52
if (
keyhandle
!= NULL) {
53
char* keyhandle_copy = strdup(
keyhandle
);
63
char*
keyhandle
= reinterpret_cast<char*>(data)
local
68
char*
keyhandle
= reinterpret_cast<char*>(data);
local
73
char*
keyhandle
= reinterpret_cast<char*>(data);
local
[
all
...]
Android.mk
27
keyhandle
.cpp \
Completed in 87 milliseconds