Home
last modified time | relevance | path

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

/system/security/keystore-engine/
Deng_keystore.cpp101 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method, in keystore_loadkey() function
170 || !ENGINE_set_load_privkey_function(e, keystore_loadkey) in keystore_engine_setup()
171 || !ENGINE_set_load_pubkey_function(e, keystore_loadkey) in keystore_engine_setup()