Searched refs:static_state (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dengine.h591 * 'state' will be used/changed in all operations. The 'static_state' pointer
622 void *static_state; member in struct:st_dynamic_fns
664 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dengine.h591 * 'state' will be used/changed in all operations. The 'static_state' pointer
622 void *static_state; member in struct:st_dynamic_fns
664 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
H A Deng_dyn.c499 fns.static_state = ENGINE_get_static_state();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Dengine.h747 * 'static_state' pointer allows the loaded library to know if it shares the
780 void *static_state; member in struct:st_dynamic_fns
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
H A Deng_dyn.c523 fns.static_state = ENGINE_get_static_state();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Dengine.h747 * 'static_state' pointer allows the loaded library to know if it shares the
780 void *static_state; member in struct:st_dynamic_fns
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
H A Deng_dyn.c523 fns.static_state = ENGINE_get_static_state();

Completed in 73 milliseconds