HomeSort by: relevance | last modified time | path
    Searched refs:EX_CALLBACKS (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/
ex_data.c 31 } EX_CALLBACKS;
33 static EX_CALLBACKS ex_data[CRYPTO_EX_INDEX__COUNT];
47 * Return the EX_CALLBACKS from the |ex_data| array that corresponds to
50 static EX_CALLBACKS *get_and_lock(int class_index)
52 EX_CALLBACKS *ip;
98 EX_CALLBACKS *ip = &ex_data[i];
132 EX_CALLBACKS *ip = get_and_lock(class_index);
161 EX_CALLBACKS *ip = get_and_lock(class_index);
214 EX_CALLBACKS *ip = get_and_lock(class_index);
260 EX_CALLBACKS *ip
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
ex_data.c 26 * Return the EX_CALLBACKS from the |ex_data| array that corresponds to
31 static EX_CALLBACKS *get_and_lock(OSSL_EX_DATA_GLOBAL *global, int class_index,
34 EX_CALLBACKS *ip;
81 EX_CALLBACKS *ip = &global->ex_data[i];
114 EX_CALLBACKS *ip;
157 EX_CALLBACKS *ip;
225 EX_CALLBACKS *ip;
279 EX_CALLBACKS *ip;
369 EX_CALLBACKS *ip;
439 EX_CALLBACKS *ip
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
ex_data.c 26 * Return the EX_CALLBACKS from the |ex_data| array that corresponds to
30 static EX_CALLBACKS *get_and_lock(OSSL_EX_DATA_GLOBAL *global, int class_index)
32 EX_CALLBACKS *ip;
73 EX_CALLBACKS *ip = &global->ex_data[i];
107 EX_CALLBACKS *ip;
150 EX_CALLBACKS *ip;
220 EX_CALLBACKS *ip;
276 EX_CALLBACKS *ip;
368 EX_CALLBACKS *ip;
438 EX_CALLBACKS *ip
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
cryptlib.h 82 } EX_CALLBACKS;
86 EX_CALLBACKS ex_data[CRYPTO_EX_INDEX__COUNT];
  /src/crypto/external/bsd/openssl/dist/include/internal/
cryptlib.h 135 } EX_CALLBACKS;
139 EX_CALLBACKS ex_data[CRYPTO_EX_INDEX__COUNT];

Completed in 32 milliseconds