Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c409 int init_called = 0; in module_init() local
428 init_called = 1; in module_init()
463 if (pmod->finish && init_called) in module_init()
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c677 int init_called; member
753 digest_ctx->init_called = 1; in digest_init()
827 if (digest_from == NULL || digest_from->init_called != 1) in digest_copy()