Searched refs:keyhandle (Results 1 - 1 of 1) sorted by last modified time

/system/security/keystore-engine/
H A Deng_keystore.cpp92 * Makes sure the ex_data for the keyhandle is initially set to NULL.
99 * Frees a previously allocated keyhandle stored in ex_data.
102 char* keyhandle = reinterpret_cast<char*>(ptr); local
103 if (keyhandle != NULL) {
104 free(keyhandle);
109 * Duplicates a keyhandle stored in ex_data in case we copy a key.
114 char* keyhandle = reinterpret_cast<char*>(*ptr); local
115 if (keyhandle != NULL) {
116 char* keyhandle_copy = strdup(keyhandle);

Completed in 57 milliseconds