Lines Matching refs:mbedtls_hmac_drbg_context
97 } mbedtls_hmac_drbg_context; typedef
107 void mbedtls_hmac_drbg_init( mbedtls_hmac_drbg_context *ctx );
133 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx,
153 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx,
166 void mbedtls_hmac_drbg_set_prediction_resistance( mbedtls_hmac_drbg_context *ctx,
177 void mbedtls_hmac_drbg_set_entropy_len( mbedtls_hmac_drbg_context *ctx,
187 void mbedtls_hmac_drbg_set_reseed_interval( mbedtls_hmac_drbg_context *ctx,
200 void mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx,
213 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
257 void mbedtls_hmac_drbg_free( mbedtls_hmac_drbg_context *ctx );
269 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
282 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );