Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dblowfish_generic.c39 const __be32 *in_blk = (const __be32 *)src; in bf_encrypt() local
43 u32 yl = be32_to_cpu(in_blk[0]); in bf_encrypt()
44 u32 yr = be32_to_cpu(in_blk[1]); in bf_encrypt()
73 const __be32 *in_blk = (const __be32 *)src; in bf_decrypt() local
77 u32 yl = be32_to_cpu(in_blk[0]); in bf_decrypt()
78 u32 yr = be32_to_cpu(in_blk[1]); in bf_decrypt()
/Linux-v5.4/arch/x86/crypto/
Dtwofish-i586-asm_32.S15 #define in_blk 12 /* input byte array address parameter*/ macro
218 mov in_blk+16(%esp),%edi /* input address in edi */
275 mov in_blk+16(%esp),%edi /* input address in edi */