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

  /src/sys/crypto/chacha/
chacha_impl.h 71 void (*ci_xchacha_stream_xor)(uint8_t *, const uint8_t *, member in struct:chacha_impl
chacha_impl.c 179 (*chacha_impl->ci_xchacha_stream_xor)(c, p, nbytes, blkno, nonce, key,
chacha_selftest.c 416 (*ci->ci_xchacha_stream_xor)(c, p, 608, 0, nonce, k, 20);
424 (*ci->ci_xchacha_stream_xor)(c, p, 607, 0, nonce, k, 20);
432 (*ci->ci_xchacha_stream_xor)(c, p, 543, 0, nonce, k, 20);
440 (*ci->ci_xchacha_stream_xor)(c, p, 511, 0, nonce, k, 20);
448 (*ci->ci_xchacha_stream_xor)(c, p, 63, 0, nonce, k, 20);
chacha_ref.c 472 .ci_xchacha_stream_xor = xchacha_stream_xor_ref,
  /src/sys/crypto/chacha/arch/arm/
chacha_neon_impl.c 180 .ci_xchacha_stream_xor = xchacha_stream_xor_neon_impl,
  /src/sys/crypto/chacha/arch/x86/
chacha_sse2_impl.c 152 .ci_xchacha_stream_xor = xchacha_stream_xor_sse2_impl,

Completed in 17 milliseconds