Home
last modified time | relevance | path

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

/crypto/
Dblowfish.c354 __be32 *const out_blk = (__be32 *)dst; in bf_encrypt() local
360 out_blk[0] = cpu_to_be32(out32[0]); in bf_encrypt()
361 out_blk[1] = cpu_to_be32(out32[1]); in bf_encrypt()
368 __be32 *const out_blk = (__be32 *)dst; in bf_decrypt() local
394 out_blk[0] = cpu_to_be32(yr); in bf_decrypt()
395 out_blk[1] = cpu_to_be32(yl); in bf_decrypt()