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

/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c184 unsigned int ubytes; ppc_ecb_encrypt() local
192 ubytes = nbytes > MAX_BYTES ? ppc_ecb_encrypt()
194 nbytes -= ubytes; ppc_ecb_encrypt()
201 err = blkcipher_walk_done(desc, &walk, ubytes); ppc_ecb_encrypt()
212 unsigned int ubytes; ppc_ecb_decrypt() local
220 ubytes = nbytes > MAX_BYTES ? ppc_ecb_decrypt()
222 nbytes -= ubytes; ppc_ecb_decrypt()
229 err = blkcipher_walk_done(desc, &walk, ubytes); ppc_ecb_decrypt()
240 unsigned int ubytes; ppc_cbc_encrypt() local
248 ubytes = nbytes > MAX_BYTES ? ppc_cbc_encrypt()
250 nbytes -= ubytes; ppc_cbc_encrypt()
257 err = blkcipher_walk_done(desc, &walk, ubytes); ppc_cbc_encrypt()
268 unsigned int ubytes; ppc_cbc_decrypt() local
276 ubytes = nbytes > MAX_BYTES ? ppc_cbc_decrypt()
278 nbytes -= ubytes; ppc_cbc_decrypt()
285 err = blkcipher_walk_done(desc, &walk, ubytes); ppc_cbc_decrypt()
296 unsigned int pbytes, ubytes; ppc_ctr_crypt() local
307 ubytes = walk.nbytes - pbytes; ppc_ctr_crypt()
315 err = blkcipher_walk_done(desc, &walk, ubytes); ppc_ctr_crypt()
326 unsigned int ubytes; ppc_xts_encrypt() local
336 ubytes = nbytes > MAX_BYTES ? ppc_xts_encrypt()
338 nbytes -= ubytes; ppc_xts_encrypt()
346 err = blkcipher_walk_done(desc, &walk, ubytes); ppc_xts_encrypt()
357 unsigned int ubytes; ppc_xts_decrypt() local
367 ubytes = nbytes > MAX_BYTES ? ppc_xts_decrypt()
369 nbytes -= ubytes; ppc_xts_decrypt()
377 err = blkcipher_walk_done(desc, &walk, ubytes); ppc_xts_decrypt()
/linux-4.1.27/kernel/
H A Dkexec.c1069 size_t ubytes, mbytes; kimage_load_normal_segment() local
1079 ubytes = segment->bufsz; kimage_load_normal_segment()
1108 uchunk = min(ubytes, mchunk); kimage_load_normal_segment()
1120 ubytes -= uchunk; kimage_load_normal_segment()
1140 size_t ubytes, mbytes; kimage_load_crash_segment() local
1150 ubytes = segment->bufsz; kimage_load_crash_segment()
1167 uchunk = min(ubytes, mchunk); kimage_load_crash_segment()
1184 ubytes -= uchunk; kimage_load_crash_segment()
/linux-4.1.27/drivers/dma/
H A Dpl330.c2923 "\tDBUFF-%ux%ubytes Num_Chans-%u Num_Peri-%u Num_Events-%u\n", pl330_probe()

Completed in 403 milliseconds