Home
last modified time | relevance | path

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

/arch/powerpc/crypto/
Daes-spe-glue.c186 unsigned int ubytes; in ppc_ecb_encrypt() local
194 ubytes = nbytes > MAX_BYTES ? in ppc_ecb_encrypt()
196 nbytes -= ubytes; in ppc_ecb_encrypt()
203 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_ecb_encrypt()
214 unsigned int ubytes; in ppc_ecb_decrypt() local
222 ubytes = nbytes > MAX_BYTES ? in ppc_ecb_decrypt()
224 nbytes -= ubytes; in ppc_ecb_decrypt()
231 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_ecb_decrypt()
242 unsigned int ubytes; in ppc_cbc_encrypt() local
250 ubytes = nbytes > MAX_BYTES ? in ppc_cbc_encrypt()
[all …]