Lines Matching refs:mbedtls_hmac_drbg_context
74 typedef struct mbedtls_hmac_drbg_context { struct
102 } mbedtls_hmac_drbg_context; typedef
116 void mbedtls_hmac_drbg_init(mbedtls_hmac_drbg_context *ctx);
186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
238 void mbedtls_hmac_drbg_set_prediction_resistance(mbedtls_hmac_drbg_context *ctx,
250 void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx,
265 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx,
285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
312 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx,
386 void mbedtls_hmac_drbg_free(mbedtls_hmac_drbg_context *ctx);
400 int mbedtls_hmac_drbg_write_seed_file(mbedtls_hmac_drbg_context *ctx, const char *path);
416 int mbedtls_hmac_drbg_update_seed_file(mbedtls_hmac_drbg_context *ctx, const char *path);