Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dctr_drbg.h169 typedef struct mbedtls_ctr_drbg_context struct
171 unsigned char counter[16]; /*!< The counter (V). */
172 int reseed_counter; /*!< The reseed counter.
182 int prediction_resistance; /*!< This determines whether prediction
186 size_t entropy_len; /*!< The amount of entropy grabbed on each
188 int reseed_interval; /*!< The reseed interval.
213 mbedtls_ctr_drbg_context; argument
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dctr_drbg.h169 typedef struct mbedtls_ctr_drbg_context struct
171 unsigned char counter[16]; /*!< The counter (V). */
172 int reseed_counter; /*!< The reseed counter.
182 int prediction_resistance; /*!< This determines whether prediction
186 size_t entropy_len; /*!< The amount of entropy grabbed on each
188 int reseed_interval; /*!< The reseed interval.
213 mbedtls_ctr_drbg_context; argument
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dctr_drbg.h169 typedef struct mbedtls_ctr_drbg_context struct
171 unsigned char counter[16]; /*!< The counter (V). */
172 int reseed_counter; /*!< The reseed counter.
182 int prediction_resistance; /*!< This determines whether prediction
186 size_t entropy_len; /*!< The amount of entropy grabbed on each
188 int reseed_interval; /*!< The reseed interval.
213 mbedtls_ctr_drbg_context; typedef
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dctr_drbg.h169 typedef struct mbedtls_ctr_drbg_context struct
171 unsigned char counter[16]; /*!< The counter (V). */
172 int reseed_counter; /*!< The reseed counter.
182 int prediction_resistance; /*!< This determines whether prediction
186 size_t entropy_len; /*!< The amount of entropy grabbed on each
188 int reseed_interval; /*!< The reseed interval.
213 mbedtls_ctr_drbg_context; argument
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dctr_drbg.h169 typedef struct mbedtls_ctr_drbg_context struct
171 unsigned char counter[16]; /*!< The counter (V). */
172 int reseed_counter; /*!< The reseed counter.
182 int prediction_resistance; /*!< This determines whether prediction
186 size_t entropy_len; /*!< The amount of entropy grabbed on each
188 int reseed_interval; /*!< The reseed interval.
213 mbedtls_ctr_drbg_context; argument

Completed in 19 milliseconds