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
31
* Makes sure the ex_data for the
keyhandle
is initially set to NULL.
38
* Frees a previously allocated
keyhandle
stored in ex_data.
41
char*
keyhandle
= reinterpret_cast<char*>(ptr);
local
42
if (
keyhandle
!= NULL) {
43
free(
keyhandle
);
48
* Duplicates a
keyhandle
stored in ex_data in case we copy a key.
53
char*
keyhandle
= reinterpret_cast<char*>(*ptr);
local
54
if (
keyhandle
!= NULL) {
55
char* keyhandle_copy = strdup(
keyhandle
);
65
char*
keyhandle
= reinterpret_cast<char*>(data)
local
70
char*
keyhandle
= reinterpret_cast<char*>(data);
local
75
char*
keyhandle
= reinterpret_cast<char*>(data);
local
[
all
...]
Android.mk
37
keyhandle
.cpp \
Completed in 44 milliseconds