Searched refs:CHACHA_BLOCKLEN (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/crypto/chacha20/
H A Dchacha.h21 #define CHACHA_BLOCKLEN 64 macro
H A Dchacha-sw.c31 chacha_encrypt_bytes(ctx, in, out, CHACHA_BLOCKLEN);
47 .native_blocksize = CHACHA_BLOCKLEN,
/freebsd-13-stable/crypto/openssh/
H A Dchacha.h23 #define CHACHA_BLOCKLEN 64 macro
/freebsd-13-stable/sys/dev/random/fenestrasX/
H A Dfx_rng.c73 rounddown((size_t)UINT32_MAX, CHACHA_BLOCKLEN));
141 blockcount = howmany(nbytes, CHACHA_BLOCKLEN);
/freebsd-13-stable/sys/dev/random/
H A Dhash.c158 rounddown((size_t)UINT32_MAX, CHACHA_BLOCKLEN));
H A Dfortuna.c700 blockcount = howmany(bytecount, CHACHA_BLOCKLEN);
/freebsd-13-stable/tests/sys/devrandom/
H A Duint128_test.c255 uint8_t inputle[16], expectedle[16], trash[CHACHA_BLOCKLEN];

Completed in 121 milliseconds