Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Drsa.h459 OPENSSL_EXPORT int RSA_set_ex_data(RSA *r, int idx, void *arg);
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c296 int RSA_set_ex_data(RSA *d, int idx, void *arg) { in RSA_set_ex_data() function
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp1184 RSA_set_ex_data(rsa.get(), g_rsa_exdata_index, ex_data); in NativeCrypto_getRSAPrivateKeyWrapper()