Home
last modified time | relevance | path

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

/arch/x86/crypto/
Dglue_helper.c41 unsigned int nbytes, i, func_bytes; in __glue_ecb_crypt_128bit() local
55 func_bytes = bsize * gctx->funcs[i].num_blocks; in __glue_ecb_crypt_128bit()
58 if (nbytes >= func_bytes) { in __glue_ecb_crypt_128bit()
63 wsrc += func_bytes; in __glue_ecb_crypt_128bit()
64 wdst += func_bytes; in __glue_ecb_crypt_128bit()
65 nbytes -= func_bytes; in __glue_ecb_crypt_128bit()
66 } while (nbytes >= func_bytes); in __glue_ecb_crypt_128bit()
148 unsigned int num_blocks, func_bytes; in __glue_cbc_decrypt_128bit() local
159 func_bytes = bsize * num_blocks; in __glue_cbc_decrypt_128bit()
162 if (nbytes >= func_bytes) { in __glue_cbc_decrypt_128bit()
[all …]