in_blk 353 crypto/blowfish.c const __be32 *in_blk = (const __be32 *)src; in_blk 357 crypto/blowfish.c in32[0] = be32_to_cpu(in_blk[0]); in_blk 358 crypto/blowfish.c in32[1] = be32_to_cpu(in_blk[1]); in_blk 367 crypto/blowfish.c const __be32 *in_blk = (const __be32 *)src; in_blk 371 crypto/blowfish.c u32 yl = be32_to_cpu(in_blk[0]); in_blk 372 crypto/blowfish.c u32 yr = be32_to_cpu(in_blk[1]);