Searched refs:HCHACHA_INBYTES (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/crypto/chacha/
H A Dchacha.h42 #define HCHACHA_INBYTES 16 macro
60 const uint8_t[static HCHACHA_INBYTES],
H A Dchacha_impl.h51 const uint8_t[static HCHACHA_INBYTES],
H A Dchacha_impl.c132 const uint8_t in[static HCHACHA_INBYTES],
131 hchacha(uint8_t out[restrict static HCHACHA_OUTBYTES], const uint8_t in[static HCHACHA_INBYTES], const uint8_t k[static HCHACHA_KEYBYTES], const uint8_t c[static HCHACHA_CONSTBYTES], unsigned nr) argument

Completed in 110 milliseconds