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

/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c296 unsigned int pbytes, ubytes; ppc_ctr_crypt() local
303 while ((pbytes = walk.nbytes)) { ppc_ctr_crypt()
304 pbytes = pbytes > MAX_BYTES ? MAX_BYTES : pbytes; ppc_ctr_crypt()
305 pbytes = pbytes == nbytes ? ppc_ctr_crypt()
306 nbytes : pbytes & ~(AES_BLOCK_SIZE - 1); ppc_ctr_crypt()
307 ubytes = walk.nbytes - pbytes; ppc_ctr_crypt()
311 ctx->key_enc, ctx->rounds, pbytes , walk.iv); ppc_ctr_crypt()
314 nbytes -= pbytes; ppc_ctr_crypt()

Completed in 56 milliseconds