Home
last modified time | relevance | path

Searched defs:chacha_ctx (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/crypto/chacha20/
H A D_chacha.h10 struct chacha_ctx { struct
11 uint32_t input[16];
H A Dchacha.c16 typedef struct chacha_ctx chacha_ctx; typedef
/dragonfly/crypto/openssh/
H A Dchacha.h15 struct chacha_ctx { struct
25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits) argument
H A Dchacha.c16 typedef struct chacha_ctx chacha_ctx; typedef
/dragonfly/crypto/libressl/crypto/chacha/
H A Dchacha-merged.c23 struct chacha_ctx { struct
29 static inline void chacha_keysetup(struct chacha_ctx *x, const u8 *k, u32 kbits) argument
40 typedef struct chacha_ctx chacha_ctx; typedef