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

  /src/sys/crypto/chacha/
chacha_impl.h 66 void (*ci_xchacha_stream)(uint8_t *restrict, size_t, member in struct:chacha_impl
chacha_impl.c 169 (*chacha_impl->ci_xchacha_stream)(s, nbytes, blkno, nonce, key, nr);
chacha_selftest.c 351 (*ci->ci_xchacha_stream)(c, 608, 0, nonce, k, 20);
364 (*ci->ci_xchacha_stream)(c, 607, 0, nonce, k, 20);
377 (*ci->ci_xchacha_stream)(c, 543, 0, nonce, k, 20);
390 (*ci->ci_xchacha_stream)(c, 511, 0, nonce, k, 20);
403 (*ci->ci_xchacha_stream)(c, 63, 0, nonce, k, 20);
chacha_ref.c 471 .ci_xchacha_stream = xchacha_stream_ref,
  /src/sys/crypto/chacha/arch/arm/
chacha_neon_impl.c 179 .ci_xchacha_stream = xchacha_stream_neon_impl,
  /src/sys/crypto/chacha/arch/x86/
chacha_sse2_impl.c 151 .ci_xchacha_stream = xchacha_stream_sse2_impl,

Completed in 15 milliseconds