Home
last modified time | relevance | path

Searched refs:chacha20_poly1305_ctx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c35 struct chacha20_poly1305_ctx { struct
44 struct chacha20_poly1305_ctx base_ctx; /* must be first */ argument
52 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_setkey()
64 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_reinit()
88 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_crypt()
104 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_crypt_multi()
123 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_crypt_last()
139 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_update()
148 struct chacha20_poly1305_ctx *ctx = vctx; in chacha20_poly1305_final()
156 .ctxsize = sizeof(struct chacha20_poly1305_ctx),