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

/netbsd-current/sys/crypto/chacha/
H A Dchacha.h42 #define HCHACHA_INBYTES 16 macro
H A Dchacha_impl.c131 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 104 milliseconds