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

/system/security/keystore-engine/
H A Deng_keystore.cpp213 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method, function
219 ALOGV("keystore_loadkey(%p, \"%s\", %p, %p)", e, key_id, ui_method, callback_data);
282 || !ENGINE_set_load_privkey_function(e, keystore_loadkey)
283 || !ENGINE_set_load_pubkey_function(e, keystore_loadkey)

Completed in 145 milliseconds