Searched refs:in_blk (Results 1 - 6 of 6) 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 Daes-i586-asm_32.S46 #define in_blk 16 define
220 /* void aes_enc_blk(struct crypto_aes_ctx *ctx, u8 *out_blk, const u8 *in_blk) */
237 mov in_blk+4(%esp),%r2
295 /* void aes_dec_blk(struct crypto_aes_ctx *ctx, u8 *out_blk, const u8 *in_blk) */
312 mov in_blk+4(%esp),%r2
H A Dtwofish-i586-asm_32.S27 #define in_blk 12 /* input byte array address parameter*/ define
234 mov in_blk+16(%esp),%edi /* input address in edi */
290 mov in_blk+16(%esp),%edi /* input address in edi */
/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 Daes-i586-asm_32.S46 #define in_blk 16 define
220 /* void aes_enc_blk(struct crypto_aes_ctx *ctx, u8 *out_blk, const u8 *in_blk) */
237 mov in_blk+4(%esp),%r2
295 /* void aes_dec_blk(struct crypto_aes_ctx *ctx, u8 *out_blk, const u8 *in_blk) */
312 mov in_blk+4(%esp),%r2
H A Dtwofish-i586-asm_32.S27 #define in_blk 12 /* input byte array address parameter*/ define
234 mov in_blk+16(%esp),%edi /* input address in edi */
290 mov in_blk+16(%esp),%edi /* input address in edi */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dblowfish.c353 const __be32 *in_blk = (const __be32 *)src; local
357 in32[0] = be32_to_cpu(in_blk[0]);
358 in32[1] = be32_to_cpu(in_blk[1]);
367 const __be32 *in_blk = (const __be32 *)src; local
371 u32 yl = be32_to_cpu(in_blk[0]);
372 u32 yr = be32_to_cpu(in_blk[1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dblowfish.c353 const __be32 *in_blk = (const __be32 *)src; local
357 in32[0] = be32_to_cpu(in_blk[0]);
358 in32[1] = be32_to_cpu(in_blk[1]);
367 const __be32 *in_blk = (const __be32 *)src; local
371 u32 yl = be32_to_cpu(in_blk[0]);
372 u32 yr = be32_to_cpu(in_blk[1]);

Completed in 61 milliseconds