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

/netbsd-current/sys/crypto/chacha/
H A Dchacha.h50 #define XCHACHA_STREAM_NONCEBYTES 24 macro
H A Dchacha_impl.c163 xchacha_stream(uint8_t *restrict s, size_t nbytes, uint32_t blkno, const uint8_t nonce[static XCHACHA_STREAM_NONCEBYTES], const uint8_t key[static XCHACHA_STREAM_KEYBYTES], unsigned nr) argument
173 xchacha_stream_xor(uint8_t *c, const uint8_t *p, size_t nbytes, uint32_t blkno, const uint8_t nonce[static XCHACHA_STREAM_NONCEBYTES], const uint8_t key[static XCHACHA_STREAM_KEYBYTES], unsigned nr) argument

Completed in 217 milliseconds