Home
last modified time | relevance | path

Searched refs:static_state (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/engine/
Dengine.h744 void *static_state; member
792 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
Deng_dyn.c525 fns.static_state = ENGINE_get_static_state(); in dynamic_load()