Home
last modified time | relevance | path

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

/netbsd-src/sys/crypto/chacha/arch/arm/
H A Dchacha_neon.h36 void chacha_core_neon(uint8_t[restrict static 64],
H A Dchacha_neon_impl.c60 chacha_core_neon(out, in, k, c, nr); in chacha_core_neon_impl()
H A Dchacha_neon.c150 chacha_core_neon(uint8_t out[restrict static 64], in chacha_core_neon() function