Home
last modified time | relevance | path

Searched refs:ENGINE_get_static_state (Results 1 – 4 of 4) sorted by relevance

/external/openssl/include/openssl/
Dengine.h716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
741 void *ENGINE_get_static_state(void);
/external/openssl/crypto/engine/
Dengine.h716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
741 void *ENGINE_get_static_state(void);
Deng_lib.c329 void *ENGINE_get_static_state(void) in ENGINE_get_static_state() function
Deng_dyn.c502 fns.static_state = ENGINE_get_static_state(); in dynamic_load()