Searched refs:ci_chacha_core (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/crypto/chacha/
H A Dchacha_impl.h45 void (*ci_chacha_core)(uint8_t[restrict static CHACHA_CORE_OUTBYTES], member in struct:chacha_impl
H A Dchacha_impl.c127 (*chacha_impl->ci_chacha_core)(out, in, k, c, nr);
H A Dchacha_selftest.c105 (*ci->ci_chacha_core)(out, zero, zero, chacha_const32, 12);
111 (*ci->ci_chacha_core)(out, in1, k1, chacha_const32, 12);
H A Dchacha_ref.c467 .ci_chacha_core = chacha_core_ref,
/netbsd-current/sys/crypto/chacha/arch/x86/
H A Dchacha_sse2_impl.c147 .ci_chacha_core = chacha_core_sse2_impl,
/netbsd-current/sys/crypto/chacha/arch/arm/
H A Dchacha_neon_impl.c175 .ci_chacha_core = chacha_core_neon_impl,

Completed in 257 milliseconds