Searched defs:CHACHA_CORE_CONSTBYTES (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/crypto/chacha/
H A Dchacha.h38 #define CHACHA_CORE_CONSTBYTES 16 macro
H A Dchacha_impl.c120 chacha_core(uint8_t out[restrict static CHACHA_CORE_OUTBYTES], const uint8_t in[static CHACHA_CORE_INBYTES], const uint8_t k[static CHACHA_CORE_KEYBYTES], const uint8_t c[static CHACHA_CORE_CONSTBYTES], unsigned nr) argument

Completed in 66 milliseconds