Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/chacha20/
H A Dchacha-sw.c31 chacha_encrypt_bytes(ctx, in, out, CHACHA_BLOCKLEN); in chacha20_xform_crypt()
39 chacha_encrypt_bytes(ctx, in, out, len); in chacha20_xform_crypt_last()
H A Dchacha.h38 LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
H A Dchacha.c114 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
/f-stack/freebsd/libkern/
H A Darc4random.c226 chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length);
/f-stack/freebsd/kern/
H A Dkern_shutdown.c1408 chacha_encrypt_bytes(&kdc->kdc_chacha, buf, buf, size); in dump_encrypt()