Home
last modified time | relevance | path

Searched refs:chacha20_NONCEBYTES (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/sightglass/benchmarks/shootout/
H A Dxchacha20.c41 #define chacha20_NONCEBYTES 12 macro
97 chacha20_init(uint32_t st[16], const uint8_t nonce[chacha20_NONCEBYTES], in chacha20_init() argument
116 chacha20_xor(uint8_t *c, const uint8_t *m, size_t len, const uint8_t nonce[chacha20_NONCEBYTES], in chacha20_xor() argument
176 uint8_t subnonce[chacha20_NONCEBYTES]; in xchacha20_xor()