Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dsalsa20_generic.c31 struct salsa20_ctx { struct
104 static void salsa20_init(u32 *state, const struct salsa20_ctx *ctx, in salsa20_init()
117 struct salsa20_ctx *ctx = crypto_skcipher_ctx(tfm); in salsa20_setkey()
157 const struct salsa20_ctx *ctx = crypto_skcipher_ctx(tfm); in salsa20_crypt()
185 .base.cra_ctxsize = sizeof(struct salsa20_ctx),