Home
last modified time | relevance | path

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

/freebsd/sys/crypto/chacha20/
H A D_chacha.h10 struct chacha_ctx { struct
11 u_int input[16];
H A Dchacha.c17 typedef struct chacha_ctx chacha_ctx; typedef
/freebsd/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.c15 typedef struct chacha_ctx chacha_ctx; typedef
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c32 typedef struct chacha_ctx { struct
34 } chacha_ctx; argument
H A Dchacha20_dolbeau-ssse3.c27 typedef struct chacha_ctx { struct
29 } chacha_ctx; argument
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c20 struct chacha_ctx { struct
24 typedef struct chacha_ctx chacha_ctx; argument
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h15 } chacha_ctx; typedef
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h17 } chacha_ctx; typedef