Searched defs:chacha_encrypt_bytes (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | chacha.c | 87 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
/openbsd/libexec/ld.so/ |
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
|
/openbsd/lib/libc/crypt/ |
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
|
/openbsd/sys/crypto/ |
H A D | chacha_private.h | 128 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
/openbsd/lib/libcrypto/chacha/ |
H A D | chacha-merged.c | 119 chacha_encrypt_bytes(chacha_ctx *x, const u8 *m, u8 *c, u32 bytes) in chacha_encrypt_bytes() function
|