Lines Matching defs:ctx

51 void mbedtls_ctr_drbg_init( mbedtls_ctr_drbg_context *ctx )  in mbedtls_ctr_drbg_init()
65 void mbedtls_ctr_drbg_free( mbedtls_ctr_drbg_context *ctx ) in mbedtls_ctr_drbg_free()
81 void mbedtls_ctr_drbg_set_prediction_resistance( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_prediction_resistance()
87 void mbedtls_ctr_drbg_set_entropy_len( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_entropy_len()
93 int mbedtls_ctr_drbg_set_nonce_len( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_nonce_len()
119 void mbedtls_ctr_drbg_set_reseed_interval( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_reseed_interval()
256 static int ctr_drbg_update_internal( mbedtls_ctr_drbg_context *ctx, in ctr_drbg_update_internal()
318 int mbedtls_ctr_drbg_update_ret( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update_ret()
339 void mbedtls_ctr_drbg_update( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update()
364 static int mbedtls_ctr_drbg_reseed_internal( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed_internal()
420 int mbedtls_ctr_drbg_reseed( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed()
450 int mbedtls_ctr_drbg_seed( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_seed()
522 mbedtls_ctr_drbg_context *ctx = (mbedtls_ctr_drbg_context *) p_rng; in mbedtls_ctr_drbg_random_with_add() local
598 mbedtls_ctr_drbg_context *ctx = (mbedtls_ctr_drbg_context *) p_rng; in mbedtls_ctr_drbg_random() local
616 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_write_seed_file()
647 int mbedtls_ctr_drbg_update_seed_file( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update_seed_file()
841 mbedtls_ctr_drbg_context ctx; in mbedtls_ctr_drbg_self_test() local