Searched refs:CRYPTO_EX_INDEX_RSA (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/rsa/ |
D | rsa_lib.c | 192 if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data)) in RSA_new_method() 208 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data); in RSA_new_method() 241 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, r, &r->ex_data); in RSA_free() 276 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp, in RSA_get_ex_new_index()
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | ex_data.h | 222 #define CRYPTO_EX_INDEX_RSA 6 macro
|
/external/chromium_org/third_party/boringssl/src/crypto/rsa/ |
D | rsa.c | 94 if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, rsa, &rsa->ex_data)) { in RSA_new_method() 101 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, rsa, &rsa->ex_data); in RSA_new_method() 265 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp, new_func, in RSA_get_ex_new_index()
|
/external/openssl/include/openssl/ |
D | crypto.h | 316 #define CRYPTO_EX_INDEX_RSA 6 macro
|
/external/openssl/crypto/ |
D | crypto.h | 316 #define CRYPTO_EX_INDEX_RSA 6 macro
|