Home
last modified time | relevance | path

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

/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc605 int g_rsa_exdata_index; variable
653 return reinterpret_cast<KeyExData*>(RSA_get_ex_data(rsa, g_rsa_exdata_index)); in RsaGetExData()
797 g_rsa_exdata_index = RSA_get_ex_new_index(0 /* argl */, nullptr /* argp */, in init_engine_globals()
1364 RSA_set_ex_data(rsa.get(), g_rsa_exdata_index, ex_data); in NativeCrypto_getRSAPrivateKeyWrapper()