Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c222 mbedtls_ctr_drbg_context *crypto_mbedtls_ctr_drbg(void); /*(not in header)*/
223 inline mbedtls_ctr_drbg_context *crypto_mbedtls_ctr_drbg(void) in crypto_mbedtls_ctr_drbg() function
234 return (mbedtls_ctr_drbg_context *) crypto_mbedtls_ctr_drbg(); in hostap_rng_ctx()
Dtls_mbedtls_alt.c390 mbedtls_ctr_drbg_context *crypto_mbedtls_ctr_drbg(void); /*(not in header)*/
401 tls_ctx_global.ctr_drbg = crypto_mbedtls_ctr_drbg(); in tls_init()