Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c155 static int ctr_drbg_init_state = 1; variable
160 static int ctr_drbg_init_state; variable
197 ctr_drbg_init_state = 1; in ctr_drbg_init()
205 if (ctr_drbg_init_state) in crypto_unload()
214 ctr_drbg_init_state = 0; in crypto_unload()
225 return ctr_drbg_init_state ? &ctr_drbg : ctr_drbg_init(); in crypto_mbedtls_ctr_drbg()