Home
last modified time | relevance | path

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

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