Home
last modified time | relevance | path

Searched refs:br_aesctr_drbg_update (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bearssl/src/rand/
H A Daesctr_drbg.c39 br_aesctr_drbg_update(ctx, seed, len); in br_aesctr_drbg_init()
89 br_aesctr_drbg_update(ctx, NULL, 0); in br_aesctr_drbg_generate()
96 br_aesctr_drbg_update(br_aesctr_drbg_context *ctx, const void *seed, size_t len) in br_aesctr_drbg_update() function
205 &br_aesctr_drbg_update
/freebsd/contrib/bearssl/inc/
H A Dbearssl_rand.h390 void br_aesctr_drbg_update(br_aesctr_drbg_context *ctx,