Lines Matching refs:mbedtls_hmac_drbg_context
86 typedef struct mbedtls_hmac_drbg_context struct
115 } mbedtls_hmac_drbg_context; typedef
129 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx );
199 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx,
234 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx,
251 void mbedtls_hmac_drbg_set_prediction_resistance( mbedtls_hmac_drbg_context *ctx,
263 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx,
278 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx,
298 int mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx,
325 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
399 void mbedtls_hmac_drbg_free( mbedtls_hmac_drbg_context *ctx );
413 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
429 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );