Searched refs:out_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.S45 #define out_blk 12 define
220 /* void aes_enc_blk(struct crypto_tfm *tfm, u8 *out_blk, const u8 *in_blk) */
283 mov out_blk+12(%esp),%ebp
296 /* void aes_dec_blk(struct crypto_tfm *tfm, u8 *out_blk, const u8 *in_blk) */
362 mov out_blk+12(%esp),%ebp
H A Dtwofish-i586-asm.S28 #define out_blk 8 /* output byte array address parameter*/ define
268 mov out_blk+16(%esp),%edi;
324 mov out_blk+16(%esp),%edi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dblowfish.c355 __be32 *const out_blk = (__be32 *)dst; local
361 out_blk[0] = cpu_to_be32(out32[0]);
362 out_blk[1] = cpu_to_be32(out32[1]);
369 __be32 *const out_blk = (__be32 *)dst; local
395 out_blk[0] = cpu_to_be32(yr);
396 out_blk[1] = cpu_to_be32(yl);

Completed in 24 milliseconds