Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dchacha.h16 struct chacha_ctx { struct
26 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits) argument
H A Dchacha.c17 typedef struct chacha_ctx chacha_ctx; typedef
/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c20 struct chacha_ctx { struct
24 typedef struct chacha_ctx chacha_ctx; argument
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dchacha_private.h15 } chacha_ctx; typedef