Home
last modified time | relevance | path

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

/crypto/
Dblowfish.c355 u32 in32[2], out32[2]; in bf_encrypt() local
359 encrypt_block(crypto_tfm_ctx(tfm), out32, in32); in bf_encrypt()
360 out_blk[0] = cpu_to_be32(out32[0]); in bf_encrypt()
361 out_blk[1] = cpu_to_be32(out32[1]); in bf_encrypt()