Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-glue.c303 unsigned int pbytes, ubytes; in ppc_ctr_crypt() local
310 while ((pbytes = walk.nbytes)) { in ppc_ctr_crypt()
311 pbytes = pbytes > MAX_BYTES ? MAX_BYTES : pbytes; in ppc_ctr_crypt()
312 pbytes = pbytes == nbytes ? in ppc_ctr_crypt()
313 nbytes : pbytes & ~(AES_BLOCK_SIZE - 1); in ppc_ctr_crypt()
314 ubytes = walk.nbytes - pbytes; in ppc_ctr_crypt()
318 ctx->key_enc, ctx->rounds, pbytes , walk.iv); in ppc_ctr_crypt()
321 nbytes -= pbytes; in ppc_ctr_crypt()