Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/include/openssl/
HDengine.h752 void *static_state; member
800 if (ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
/freebsd-head/crypto/openssl/crypto/engine/
HDeng_dyn.c497 fns.static_state = ENGINE_get_static_state(); in dynamic_load()