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

/freebsd-current/sys/crypto/chacha20/
H A Dchacha-sw.c30 chacha_encrypt_bytes(ctx, in, out, CHACHA_BLOCKLEN);
37 KASSERT(len % CHACHA_BLOCKLEN == 0, ("%s: invalid length", __func__));
54 .native_blocksize = CHACHA_BLOCKLEN,
H A Dchacha.h19 #define CHACHA_BLOCKLEN 64 macro
/freebsd-current/crypto/openssh/
H A Dchacha.h23 #define CHACHA_BLOCKLEN 64 macro
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_rng.c70 rounddown((size_t)UINT32_MAX, CHACHA_BLOCKLEN));
138 blockcount = howmany(nbytes, CHACHA_BLOCKLEN);
/freebsd-current/sys/dev/random/
H A Dhash.c156 rounddown((size_t)UINT32_MAX, CHACHA_BLOCKLEN));
H A Dfortuna.c697 blockcount = howmany(bytecount, CHACHA_BLOCKLEN);
/freebsd-current/tests/sys/devrandom/
H A Duint128_test.c252 uint8_t inputle[16], expectedle[16], trash[CHACHA_BLOCKLEN];

Completed in 70 milliseconds