Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dblowfish_generic.c40 __be32 *const out_blk = (__be32 *)dst; in bf_encrypt() local
66 out_blk[0] = cpu_to_be32(yr); in bf_encrypt()
67 out_blk[1] = cpu_to_be32(yl); in bf_encrypt()
74 __be32 *const out_blk = (__be32 *)dst; in bf_decrypt() local
100 out_blk[0] = cpu_to_be32(yr); in bf_decrypt()
101 out_blk[1] = cpu_to_be32(yl); in bf_decrypt()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S16 #define out_blk 8 /* output byte array address parameter*/ define
252 mov out_blk+16(%esp),%edi;
309 mov out_blk+16(%esp),%edi;
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S16 #define out_blk 8 /* output byte array address parameter*/ define
252 mov out_blk+16(%esp),%edi;
309 mov out_blk+16(%esp),%edi;

Completed in 2 milliseconds