Searched refs:fns (Results 26 - 50 of 313) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ns9xxx/include/mach/
H A Dsystem.h14 #include <asm/proc-fns.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_lsa_ds.c75 void lsa_ds_get_pipe_fns( struct api_struct **fns, int *n_fns ) argument
77 *fns = api_lsa_ds_cmds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_lsa_ds.c75 void lsa_ds_get_pipe_fns( struct api_struct **fns, int *n_fns ) argument
77 *fns = api_lsa_ds_cmds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_lsa_ds.c75 void lsa_ds_get_pipe_fns( struct api_struct **fns, int *n_fns ) argument
77 *fns = api_lsa_ds_cmds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/engine/
H A Deng_dyn.c436 dynamic_fns fns; local
499 fns.static_state = ENGINE_get_static_state();
500 fns.err_fns = ERR_get_implementation();
501 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
502 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
503 &fns.mem_fns.realloc_cb,
504 &fns.mem_fns.free_cb);
505 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
506 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
507 fns
[all...]
H A Dengine.h701 const dynamic_fns *fns);
704 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
706 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
707 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
708 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
709 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
711 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
712 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
713 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/engine/
H A Deng_dyn.c454 dynamic_fns fns; local
521 fns.static_state = ENGINE_get_static_state();
522 fns.err_fns = ERR_get_implementation();
523 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
524 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
525 &fns.mem_fns.realloc_cb, &fns.mem_fns.free_cb);
526 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
527 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
528 fns
[all...]
H A Dengine.h825 const dynamic_fns *fns);
828 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
830 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
832 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
833 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
835 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
836 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
837 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/engine/
H A Deng_dyn.c436 dynamic_fns fns; local
499 fns.static_state = ENGINE_get_static_state();
500 fns.err_fns = ERR_get_implementation();
501 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
502 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
503 &fns.mem_fns.realloc_cb,
504 &fns.mem_fns.free_cb);
505 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
506 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
507 fns
[all...]
H A Dengine.h701 const dynamic_fns *fns);
704 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
706 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
707 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
708 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
709 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
711 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
712 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
713 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/engine/
H A Deng_dyn.c454 dynamic_fns fns; local
521 fns.static_state = ENGINE_get_static_state();
522 fns.err_fns = ERR_get_implementation();
523 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
524 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
525 &fns.mem_fns.realloc_cb, &fns.mem_fns.free_cb);
526 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
527 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
528 fns
[all...]
H A Dengine.h825 const dynamic_fns *fns);
828 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
830 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
832 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
833 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
835 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
836 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
837 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/engine/
H A Deng_dyn.c436 dynamic_fns fns; local
499 fns.static_state = ENGINE_get_static_state();
500 fns.err_fns = ERR_get_implementation();
501 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
502 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
503 &fns.mem_fns.realloc_cb,
504 &fns.mem_fns.free_cb);
505 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
506 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
507 fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/engine/
H A Deng_dyn.c454 dynamic_fns fns; local
521 fns.static_state = ENGINE_get_static_state();
522 fns.err_fns = ERR_get_implementation();
523 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
524 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
525 &fns.mem_fns.realloc_cb, &fns.mem_fns.free_cb);
526 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
527 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
528 fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mm/
H A Dproc-syms.c14 #include <asm/proc-fns.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-syms.c14 #include <asm/proc-fns.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/gen_ndr/
H A Dsrv_initshutdown.h7 void initshutdown_get_pipe_fns(struct api_struct **fns, int *n_fns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/gen_ndr/
H A Dsrv_initshutdown.h7 void initshutdown_get_pipe_fns(struct api_struct **fns, int *n_fns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/gen_ndr/
H A Dsrv_initshutdown.h7 void initshutdown_get_pipe_fns(struct api_struct **fns, int *n_fns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dengine.h825 const dynamic_fns *fns);
828 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
830 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
832 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
833 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
835 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
836 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
837 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dengine.h701 const dynamic_fns *fns);
704 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
706 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
707 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
708 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
709 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
711 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
712 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
713 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dengine.h701 const dynamic_fns *fns);
704 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
706 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
707 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
708 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
709 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
711 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
712 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
713 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dengine.h825 const dynamic_fns *fns);
828 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
830 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
832 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
833 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
835 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
836 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
837 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dengine.h825 const dynamic_fns *fns);
828 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
830 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
832 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
833 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
835 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
836 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
837 CRYPTO_set_dynlock_create_callback(fns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dengine.h701 const dynamic_fns *fns);
704 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
706 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
707 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
708 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
709 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
711 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
712 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
713 CRYPTO_set_dynlock_create_callback(fns
[all...]

Completed in 368 milliseconds

1234567891011>>