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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/crypto/
H A Dsalsa20_glue.c34 struct salsa20_ctx struct
39 asmlinkage void salsa20_keysetup(struct salsa20_ctx *ctx, const u8 *k,
41 asmlinkage void salsa20_ivsetup(struct salsa20_ctx *ctx, const u8 *iv);
42 asmlinkage void salsa20_encrypt_bytes(struct salsa20_ctx *ctx,
48 struct salsa20_ctx *ctx = crypto_tfm_ctx(tfm);
59 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm);
97 .cra_ctxsize = sizeof(struct salsa20_ctx),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/crypto/
H A Dsalsa20_glue.c34 struct salsa20_ctx struct
39 asmlinkage void salsa20_keysetup(struct salsa20_ctx *ctx, const u8 *k,
41 asmlinkage void salsa20_ivsetup(struct salsa20_ctx *ctx, const u8 *iv);
42 asmlinkage void salsa20_encrypt_bytes(struct salsa20_ctx *ctx,
48 struct salsa20_ctx *ctx = crypto_tfm_ctx(tfm);
59 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm);
97 .cra_ctxsize = sizeof(struct salsa20_ctx),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dsalsa20_generic.c53 struct salsa20_ctx struct
107 static void salsa20_keysetup(struct salsa20_ctx *ctx, const u8 *k, u32 kbytes)
131 static void salsa20_ivsetup(struct salsa20_ctx *ctx, const u8 *iv)
139 static void salsa20_encrypt_bytes(struct salsa20_ctx *ctx, u8 *dst,
172 struct salsa20_ctx *ctx = crypto_tfm_ctx(tfm);
183 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm);
221 .cra_ctxsize = sizeof(struct salsa20_ctx),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dsalsa20_generic.c53 struct salsa20_ctx struct
107 static void salsa20_keysetup(struct salsa20_ctx *ctx, const u8 *k, u32 kbytes)
131 static void salsa20_ivsetup(struct salsa20_ctx *ctx, const u8 *iv)
139 static void salsa20_encrypt_bytes(struct salsa20_ctx *ctx, u8 *dst,
172 struct salsa20_ctx *ctx = crypto_tfm_ctx(tfm);
183 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm);
221 .cra_ctxsize = sizeof(struct salsa20_ctx),

Completed in 119 milliseconds