Searched refs:chacha_ctx_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/common/crypto/chacha/ |
H A D | chacha.h | 38 } 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 D | chacha.c | 54 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 D | chacha_tv.c | 281 chacha_ctx_t ctx; in chacha_test()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | arc4random.c | 49 chacha_ctx_t arc4_chacha; /* chacha context */
|