Searched refs:chacha_encrypt_bytes (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | cipher-chachapoly.c | 67 chacha_encrypt_bytes(&ctx->main_ctx, in chachapoly_crypt() 84 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt() 89 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen, in chachapoly_crypt() 116 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4); in chachapoly_get_length()
|
| H A D | chacha.h | 30 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
| H A D | chacha.c | 90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| H A D | ssh_namespace.h | 65 #define chacha_encrypt_bytes Fssh_chacha_encrypt_bytes macro
|
| /freebsd-12.1/sys/crypto/chacha20/ |
| H A D | chacha-sw.c | 52 chacha_encrypt_bytes(ctx, bytes, bytes, 1); in chacha20_xform_crypt() 61 chacha_encrypt_bytes(ctx, bytes, bytes, len); in chacha20_xform_crypt_multi()
|
| H A D | chacha.h | 34 LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
| H A D | chacha.c | 94 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | arc4random.c | 133 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
|
| /freebsd-12.1/sys/libkern/ |
| H A D | arc4random.c | 176 chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length); in arc4rand()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | arc4random.c | 162 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ); in _rs_rekey()
|
| H A D | chacha_private.h | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| /freebsd-12.1/contrib/unbound/compat/ |
| H A D | arc4random.c | 236 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
|
| H A D | chacha_private.h | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|