Searched refs:chacha_encrypt_bytes (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/test/libc-tests/tests/random/ |
H A D | chacha_tv.c | 289 chacha_encrypt_bytes(&ctx, res0, res0, sizeof (res0)); in chacha_test() 290 chacha_encrypt_bytes(&ctx, res1, res1, sizeof (res1)); in chacha_test()
|
/titanic_41/usr/src/common/crypto/chacha/ |
H A D | chacha.h | 43 extern void chacha_encrypt_bytes(chacha_ctx_t *, const uint8_t *, uint8_t *,
|
H A D | chacha.c | 88 chacha_encrypt_bytes(chacha_ctx_t *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | arc4random.c | 70 chacha_encrypt_bytes(&arc4->arc4_chacha, arc4->arc4_buf, arc4->arc4_buf, in arc4_rekey()
|