Searched refs:EX_CALLBACK (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dex_data.c30 STACK_OF(EX_CALLBACK) *meth;
82 static void cleanup_cb(EX_CALLBACK *funcs)
133 EX_CALLBACK *a;
160 EX_CALLBACK *a;
177 a = (EX_CALLBACK *)OPENSSL_malloc(sizeof(*a));
204 * Thread-safe by copying a class's array of "EX_CALLBACK" entries
212 EX_CALLBACK **storage = NULL;
213 EX_CALLBACK *stack[10];
258 EX_CALLBACK *stack[10];
259 EX_CALLBACK **storag
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dcryptlib.h45 typedef struct ex_callback_st EX_CALLBACK; typedef in typeref:struct:ex_callback_st
47 DEFINE_STACK_OF(EX_CALLBACK)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dex_data.c53 static void cleanup_cb(EX_CALLBACK *funcs)
108 EX_CALLBACK *a;
149 EX_CALLBACK *a;
173 a = (EX_CALLBACK *)OPENSSL_malloc(sizeof(*a));
209 * Thread-safe by copying a class's array of "EX_CALLBACK" entries
218 EX_CALLBACK **storage = NULL;
219 EX_CALLBACK *stack[10];
274 EX_CALLBACK *stack[10];
275 EX_CALLBACK **storage = NULL;
340 const EX_CALLBACK *exc
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dcryptlib.h58 typedef struct ex_callback_st EX_CALLBACK; typedef in typeref:struct:ex_callback_st
59 DEFINE_STACK_OF(EX_CALLBACK)
134 STACK_OF(EX_CALLBACK) *meth;

Completed in 123 milliseconds