Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Drsa.h279 #define RSA_get_app_data(s) RSA_get_ex_data(s,0)
427 void *RSA_get_ex_data(const RSA *r, int idx);
/external/openssl/crypto/rsa/
Drsa.h279 #define RSA_get_app_data(s) RSA_get_ex_data(s,0)
427 void *RSA_get_ex_data(const RSA *r, int idx);
Drsa_lib.c285 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data() function