Searched refs:in_blk (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes-i586-asm.S46 #define in_blk 16 define
220 /* void aes_enc_blk(struct crypto_tfm *tfm, u8 *out_blk, const u8 *in_blk) */
237 mov in_blk+4(%esp),%r2
296 /* void aes_dec_blk(struct crypto_tfm *tfm, u8 *out_blk, const u8 *in_blk) */
313 mov in_blk+4(%esp),%r2
H A Dtwofish-i586-asm.S27 #define in_blk 12 /* input byte array address parameter*/ define
234 mov in_blk+16(%esp),%edi /* input adress in edi */
290 mov in_blk+16(%esp),%edi /* input adress in edi */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dblowfish.c354 const __be32 *in_blk = (const __be32 *)src; local
358 in32[0] = be32_to_cpu(in_blk[0]);
359 in32[1] = be32_to_cpu(in_blk[1]);
368 const __be32 *in_blk = (const __be32 *)src; local
372 u32 yl = be32_to_cpu(in_blk[0]);
373 u32 yr = be32_to_cpu(in_blk[1]);

Completed in 91 milliseconds