Searched refs:err_fns (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c266 static const ERR_FNS *err_fns = NULL; variable
269 #define ERRFN(a) err_fns->cb_##a
281 /* Internal function that checks whether "err_fns" is set and if not, sets it to
285 if (err_fns) return;
288 if (!err_fns)
289 err_fns = &err_defaults;
298 return err_fns;
306 /* It's too late if 'err_fns' is non-NULL. BTW: not much point setting
308 if (!err_fns)
310 err_fns
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/err/
H A Derr.c269 static const ERR_FNS *err_fns = NULL; variable
272 #define ERRFN(a) err_fns->cb_##a
287 * Internal function that checks whether "err_fns" is set and if not, sets it
292 if (err_fns)
296 if (!err_fns)
297 err_fns = &err_defaults;
306 return err_fns;
315 * It's too late if 'err_fns' is non-NULL. BTW: not much point setting an
318 if (!err_fns) {
319 err_fns
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/err/
H A Derr.c269 static const ERR_FNS *err_fns = NULL; variable
272 #define ERRFN(a) err_fns->cb_##a
287 * Internal function that checks whether "err_fns" is set and if not, sets it
292 if (err_fns)
296 if (!err_fns)
297 err_fns = &err_defaults;
306 return err_fns;
315 * It's too late if 'err_fns' is non-NULL. BTW: not much point setting an
318 if (!err_fns) {
319 err_fns
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dengine.h623 const ERR_FNS *err_fns; member in struct:st_dynamic_fns
675 if(!ERR_set_implementation(fns->err_fns)) return 0; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dengine.h623 const ERR_FNS *err_fns; member in struct:st_dynamic_fns
675 if(!ERR_set_implementation(fns->err_fns)) return 0; \
H A Deng_dyn.c500 fns.err_fns = ERR_get_implementation();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Dengine.h781 const ERR_FNS *err_fns; member in struct:st_dynamic_fns
842 if(!ERR_set_implementation(fns->err_fns)) return 0; \
H A Deng_dyn.c524 fns.err_fns = ERR_get_implementation();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Dengine.h781 const ERR_FNS *err_fns; member in struct:st_dynamic_fns
842 if(!ERR_set_implementation(fns->err_fns)) return 0; \
H A Deng_dyn.c524 fns.err_fns = ERR_get_implementation();

Completed in 105 milliseconds