Lines Matching refs:uint8_t
45 void (*ci_chacha_core)(uint8_t[restrict static CHACHA_CORE_OUTBYTES],
46 const uint8_t[static CHACHA_CORE_INBYTES],
47 const uint8_t[static CHACHA_CORE_KEYBYTES],
48 const uint8_t[static CHACHA_CORE_CONSTBYTES],
50 void (*ci_hchacha)(uint8_t[restrict static HCHACHA_OUTBYTES],
51 const uint8_t[static HCHACHA_INBYTES],
52 const uint8_t[static HCHACHA_KEYBYTES],
53 const uint8_t[static HCHACHA_CONSTBYTES],
55 void (*ci_chacha_stream)(uint8_t *restrict, size_t,
57 const uint8_t[static CHACHA_STREAM_NONCEBYTES],
58 const uint8_t[static CHACHA_STREAM_KEYBYTES],
60 void (*ci_chacha_stream_xor)(uint8_t *, const uint8_t *,
63 const uint8_t[static CHACHA_STREAM_NONCEBYTES],
64 const uint8_t[static CHACHA_STREAM_KEYBYTES],
66 void (*ci_xchacha_stream)(uint8_t *restrict, size_t,
68 const uint8_t[static XCHACHA_STREAM_NONCEBYTES],
69 const uint8_t[static XCHACHA_STREAM_KEYBYTES],
71 void (*ci_xchacha_stream_xor)(uint8_t *, const uint8_t *,
74 const uint8_t[static XCHACHA_STREAM_NONCEBYTES],
75 const uint8_t[static XCHACHA_STREAM_KEYBYTES],