Symbol: CRYPTO_EX_DATA
crypto/libressl/crypto/bio/bio_local.h
95
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/dh/dh_local.h
101
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/dsa/dsa_locl.h
107
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/ec/ec_lcl.h
269
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/ecdh/ech_locl.h
86
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/ecdsa/ecs_locl.h
73
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/engine/eng_int.h
195
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/ex_data.c
160
CRYPTO_EX_DATA *ad);
crypto/libressl/crypto/ex_data.c
162
int (*cb_dup_ex_data)(int class_index, CRYPTO_EX_DATA *to,
crypto/libressl/crypto/ex_data.c
163
CRYPTO_EX_DATA *from);
crypto/libressl/crypto/ex_data.c
166
CRYPTO_EX_DATA *ad);
crypto/libressl/crypto/ex_data.c
184
CRYPTO_EX_DATA *ad);
crypto/libressl/crypto/ex_data.c
185
static int int_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
crypto/libressl/crypto/ex_data.c
186
CRYPTO_EX_DATA *from);
crypto/libressl/crypto/ex_data.c
188
CRYPTO_EX_DATA *ad);
crypto/libressl/crypto/ex_data.c
415
int_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
crypto/libressl/crypto/ex_data.c
455
int_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from)
crypto/libressl/crypto/ex_data.c
499
int_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
crypto/libressl/crypto/ex_data.c
578
CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
crypto/libressl/crypto/ex_data.c
587
CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from)
crypto/libressl/crypto/ex_data.c
596
CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad)
crypto/libressl/crypto/ex_data.c
605
CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val)
crypto/libressl/crypto/ex_data.c
631
CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx)
crypto/libressl/crypto/rsa/rsa_locl.h
70
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/ui/ui_locl.h
143
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/x509/x509_lcl.h
165
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/x509/x509_lcl.h
307
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/x509/x509_lcl.h
371
CRYPTO_EX_DATA ex_data;
crypto/libressl/crypto/x509/x509_vfy.c
2502
memset(&ctx->ex_data, 0, sizeof(CRYPTO_EX_DATA));
crypto/libressl/include/openssl/crypto.h
345
int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
crypto/libressl/include/openssl/crypto.h
346
int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
crypto/libressl/include/openssl/crypto.h
347
CRYPTO_EX_DATA *from);
crypto/libressl/include/openssl/crypto.h
348
void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
crypto/libressl/include/openssl/crypto.h
351
int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);
crypto/libressl/include/openssl/crypto.h
352
void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx);
crypto/libressl/include/openssl/dso.h
187
CRYPTO_EX_DATA ex_data;
crypto/libressl/include/openssl/ossl_typ.h
195
typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
crypto/libressl/include/openssl/ossl_typ.h
197
typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
crypto/libressl/include/openssl/ossl_typ.h
199
typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from,
crypto/libressl/ssl/ssl_locl.h
1021
CRYPTO_EX_DATA ex_data;
crypto/libressl/ssl/ssl_locl.h
510
CRYPTO_EX_DATA ex_data; /* application specific data */
crypto/libressl/ssl/ssl_locl.h
816
CRYPTO_EX_DATA ex_data;
crypto/openssh/ssh-pkcs11.c
200
pkcs11_k11_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx,