Home
last modified time | relevance | path

Searched refs:br_aesctr_drbg_init (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bearssl/src/rand/
H A Daesctr_drbg.c29 br_aesctr_drbg_init(br_aesctr_drbg_context *ctx, in br_aesctr_drbg_init() function
201 &br_aesctr_drbg_init,
/freebsd/contrib/bearssl/inc/
H A Dbearssl_rand.h362 void br_aesctr_drbg_init(br_aesctr_drbg_context *ctx,
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c845 br_aesctr_drbg_init(&rng, ictr, "RSA keygen seed", 15); in test_speed_rsa_inner()
H A Dtest_crypto.c1651 br_aesctr_drbg_init(&ctx, ictr, NULL, 0); in test_AESCTR_DRBG()