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

/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.h38 } chacha_ctx_t; typedef in typeref:struct:chacha_ctx
40 extern void chacha_keysetup(chacha_ctx_t *, const uint8_t *, uint32_t,
42 extern void chacha_ivsetup(chacha_ctx_t *, const uint8_t *);
43 extern void chacha_encrypt_bytes(chacha_ctx_t *, const uint8_t *, uint8_t *,

Completed in 80 milliseconds