Home
last modified time | relevance | path

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

/linux-5.10/crypto/
Dblowfish_generic.c39 const __be32 *in_blk = (const __be32 *)src; in bf_encrypt() local
73 const __be32 *in_blk = (const __be32 *)src; in bf_decrypt() local
/linux-5.10/arch/x86/crypto/
Dtwofish-i586-asm_32.S15 #define in_blk 12 /* input byte array address parameter*/ macro