Searched refs:salsa20_ctx (Results 1 – 1 of 1) sorted by relevance
31 struct salsa20_ctx { struct103 static void salsa20_init(u32 *state, const struct salsa20_ctx *ctx, in salsa20_init()116 struct salsa20_ctx *ctx = crypto_skcipher_ctx(tfm); in salsa20_setkey()156 const struct salsa20_ctx *ctx = crypto_skcipher_ctx(tfm); in salsa20_crypt()184 .base.cra_ctxsize = sizeof(struct salsa20_ctx),