Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/chacha20/
H A D_chacha.h11 struct chacha_ctx { struct
12 u_int input[16];
H A Dchacha.c20 typedef struct chacha_ctx chacha_ctx; typedef
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-ssse3.c27 typedef struct chacha_ctx { struct
29 } chacha_ctx; typedef
H A Dchacha20_dolbeau-avx2.c32 typedef struct chacha_ctx { struct
34 } chacha_ctx; argument
/f-stack/freebsd/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