Home
last modified time | relevance | path

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

/crypto/
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()