Home
last modified time | relevance | path

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

/external/openssl/crypto/rsa/
Drsa_lib.c185 if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data)) in RSA_new_method()
201 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data); in RSA_new_method()
234 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, r, &r->ex_data); in RSA_free()
269 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp, in RSA_get_ex_new_index()
/external/openssl/include/openssl/
Dcrypto.h316 #define CRYPTO_EX_INDEX_RSA 6 macro
/external/openssl/crypto/
Dcrypto.h316 #define CRYPTO_EX_INDEX_RSA 6 macro