Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/conf/
H A Dconf_mod.c294 int init_called = 0; in module_init() local
313 init_called = 1; in module_init()
339 if (pmod->finish && init_called) in module_init()
/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c463 int init_called; member
529 digest_ctx->init_called = 1; in digest_init()
598 if (digest_from == NULL || digest_from->init_called != 1) in digest_copy()