Searched refs:chacha_encrypt_bytes (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/crypto/chacha20/ |
| H A D | chacha-sw.c | 31 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 D | chacha.h | 38 LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
| H A D | chacha.c | 114 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| /f-stack/freebsd/libkern/ |
| H A D | arc4random.c | 226 chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_shutdown.c | 1408 chacha_encrypt_bytes(&kdc->kdc_chacha, buf, buf, size); in dump_encrypt()
|