Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/libc-tests/tests/random/
H A Dchacha_tv.c289 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 Dchacha.h43 extern void chacha_encrypt_bytes(chacha_ctx_t *, const uint8_t *, uint8_t *,
H A Dchacha.c88 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 Darc4random.c70 chacha_encrypt_bytes(&arc4->arc4_chacha, arc4->arc4_buf, arc4->arc4_buf, in arc4_rekey()