Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/chacha/
H A Dchacha.h38 } chacha_ctx_t; typedef
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 *,
H A Dchacha.c54 chacha_keysetup(chacha_ctx_t *x,const u8 *k,u32 kbits,u32 ivbits) in chacha_keysetup()
79 chacha_ivsetup(chacha_ctx_t *x,const u8 *iv) in chacha_ivsetup()
88 chacha_encrypt_bytes(chacha_ctx_t *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes()
/titanic_41/usr/src/test/libc-tests/tests/random/
H A Dchacha_tv.c281 chacha_ctx_t ctx; in chacha_test()
/titanic_41/usr/src/lib/libc/port/gen/
H A Darc4random.c49 chacha_ctx_t arc4_chacha; /* chacha context */