Home
last modified time | relevance | path

Searched defs:mbedtls_ctr_drbg_context (Results 1 – 2 of 2) sorted by relevance

/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h161 typedef struct mbedtls_ctr_drbg_context { struct
162 unsigned char counter[16]; /*!< The counter (V). */
163 int reseed_counter; /*!< The reseed counter.
173 int prediction_resistance; /*!< This determines whether prediction
177 size_t entropy_len; /*!< The amount of entropy grabbed on each
179 int reseed_interval; /*!< The reseed interval.
204 mbedtls_ctr_drbg_context; argument
/external/mbedtls/include/mbedtls/
Dctr_drbg.h156 typedef struct mbedtls_ctr_drbg_context { struct
199 mbedtls_ctr_drbg_context; typedef