Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A 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
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S15 #define in_blk 12 /* input byte array address parameter*/ macro