Symbol: CRYPTO_EX_new
crypto/libressl/crypto/asn1/x_x509.c
291
X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/bio/bio_lib.c
790
BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/dh/dh_lib.c
217
DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/dsa/dsa_lib.c
236
DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/ecdh/ech_lib.c
211
ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/ecdsa/ecs_lib.c
230
ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/engine/eng_lib.c
222
ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/ex_data.c
156
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
crypto/libressl/crypto/ex_data.c
181
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
crypto/libressl/crypto/ex_data.c
345
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
crypto/libressl/crypto/ex_data.c
400
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
crypto/libressl/crypto/ex_data.c
565
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
crypto/libressl/crypto/rsa/rsa_lib.c
225
RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/ui/ui_lib.c
491
UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/crypto/x509/x509_vfy.c
2127
X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/bio.h
533
BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/crypto.h
253
CRYPTO_EX_new *new_func;
crypto/libressl/include/openssl/crypto.h
341
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
crypto/libressl/include/openssl/dh.h
142
int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/dsa.h
150
int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/ecdh.h
99
int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
crypto/libressl/include/openssl/ecdsa.h
260
int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/engine.h
477
int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/rsa.h
370
int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/ssl.h
1438
int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/ssl.h
1444
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
crypto/libressl/include/openssl/ssl.h
1449
int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/ui.h
246
int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/x509.h
696
int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/include/openssl/x509_vfy.h
370
int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/ssl/ssl_lib.c
3211
SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/ssl/ssl_lib.c
3231
SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
crypto/libressl/ssl/ssl_sess.c
179
SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,