Searched defs:chacha_encrypt_bytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/unbound/compat/ |
| 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/crypto/openssh/ |
| H A D | chacha.c | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| H A D | ssh_namespace.h | 83 #define chacha_encrypt_bytes Fssh_chacha_encrypt_bytes macro
|
| /freebsd/sys/crypto/chacha20/ |
| H A D | chacha.c | 111 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | chacha_private.h | 91 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|