HomeSort by: relevance | last modified time | path
    Searched refs:chacha_stream256_neon (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/crypto/chacha/arch/arm/
chacha_neon.h 68 void chacha_stream256_neon(uint8_t[restrict static 256], uint32_t,
chacha_neon.c 205 chacha_stream256_neon(s, blkno, nonce, k, chacha_const32, nr);
chacha_neon_32.S 152 * chacha_stream256_neon(uint8_t s[256]@r0,
159 ENTRY(chacha_stream256_neon) function
365 END(chacha_stream256_neon)
440 * registers and memory. See comments in chacha_stream256_neon
chacha_neon_64.S 142 * chacha_stream256_neon(uint8_t s[256]@x0,
149 ENTRY(chacha_stream256_neon) function
278 END(chacha_stream256_neon)

Completed in 13 milliseconds