Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dex_data.c33 static EX_CALLBACKS ex_data[CRYPTO_EX_INDEX__COUNT];
54 if (class_index < 0 || class_index >= CRYPTO_EX_INDEX__COUNT) { in get_and_lock()
97 for (i = 0; i < CRYPTO_EX_INDEX__COUNT; ++i) { in crypto_cleanup_all_ex_data_int()
/third_party/openssl/include/openssl/
Dcrypto.h110 # define CRYPTO_EX_INDEX__COUNT 16 macro