Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dblowfish_generic.c44 const __be32 *in_blk = (const __be32 *)src; in bf_encrypt() local
48 u32 yl = be32_to_cpu(in_blk[0]); in bf_encrypt()
49 u32 yr = be32_to_cpu(in_blk[1]); in bf_encrypt()
78 const __be32 *in_blk = (const __be32 *)src; in bf_decrypt() local
82 u32 yl = be32_to_cpu(in_blk[0]); in bf_decrypt()
83 u32 yr = be32_to_cpu(in_blk[1]); in bf_decrypt()
/Linux-v4.19/arch/x86/crypto/
Daes-i586-asm_32.S47 #define in_blk 16 macro
234 mov in_blk+4(%esp),%r2
306 mov in_blk+4(%esp),%r2
Dtwofish-i586-asm_32.S28 #define in_blk 12 /* input byte array address parameter*/ macro
231 mov in_blk+16(%esp),%edi /* input address in edi */
288 mov in_blk+16(%esp),%edi /* input address in edi */