Home
last modified time | relevance | path

Searched refs:chacha_ctrsave (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_rng.c90 chacha_ctrsave(ctx, (void *)&lectr); in fxrng_chacha_nonce_add64()
93 chacha_ctrsave(ctx, (void *)&ctr); in fxrng_chacha_nonce_add64()
/freebsd/sys/dev/random/
H A Dhash.c169 chacha_ctrsave(&context->chacha, (void *)&lectr); in randomdev_keystream()
/freebsd/sys/crypto/chacha20/
H A Dchacha.c101 chacha_ctrsave(const chacha_ctx *x, u8 *counter) in chacha_ctrsave() function