Searched refs:chacha20_NONCEBYTES (Results 1 – 1 of 1) sorted by relevance
41 #define chacha20_NONCEBYTES 12 macro97 chacha20_init(uint32_t st[16], const uint8_t nonce[chacha20_NONCEBYTES], in chacha20_init() argument116 chacha20_xor(uint8_t *c, const uint8_t *m, size_t len, const uint8_t nonce[chacha20_NONCEBYTES], in chacha20_xor() argument176 uint8_t subnonce[chacha20_NONCEBYTES]; in xchacha20_xor()