Home
last modified time | relevance | path

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

/system/security/keystore-engine/
Dandroid_engine.cpp187 : rsa_index_(RSA_get_ex_new_index(0 /* argl */, in KeystoreEngine()
211 int rsa_ex_index() const { return rsa_index_; } in rsa_ex_index()
217 const int rsa_index_; member in __anon392670090111::KeystoreEngine
/system/keymaster/legacy_support/
Dkeymaster1_engine.cpp44 rsa_index_(RSA_get_ex_new_index(0 /* argl */, nullptr /* argp */, nullptr /* new_func */, in Keymaster1Engine()
51 assert(rsa_index_ != -1); in Keymaster1Engine()
146 if (!RSA_set_ex_data(rsa.get(), rsa_index_, key_data)) { in BuildRsaKey()
234 return reinterpret_cast<KeyData*>(RSA_get_ex_data(rsa, rsa_index_)); in GetData()
Dkeymaster0_engine.cpp47 rsa_index_ = RSA_get_ex_new_index(0 /* argl */, nullptr /* argp */, nullptr /* new_func */, in Keymaster0Engine()
169 if (!blob_copy->key_material || !RSA_set_ex_data(rsa.get(), rsa_index_, blob_copy)) in BlobToRsaKey()
214 return reinterpret_cast<keymaster_key_blob_t*>(RSA_get_ex_data(rsa, rsa_index_)); in RsaKeyToBlob()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster0_engine.h94 int rsa_index_, ec_key_index_; variable
Dkeymaster1_engine.h112 const int rsa_index_; variable