Searched refs:rsa_key_handle (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore-engine/
H A Deng_keystore.cpp83 static int rsa_key_handle; variable
86 * Only initialize the rsa_key_handle once.
157 uint8_t* key_id = reinterpret_cast<uint8_t*>(RSA_get_ex_data(rsa, rsa_key_handle));
238 if (!RSA_set_ex_data(rsa.get(), rsa_key_handle, reinterpret_cast<void*>(strdup(key_id)))) {
273 rsa_key_handle = RSA_get_ex_new_index(0, NULL, keyhandle_new, keyhandle_dup,
298 if (rsa_key_handle < 0) {

Completed in 4 milliseconds