Lines Matching defs:nblocks
517 int nblocks = walk.nbytes / AES_BLOCK_SIZE;
519 pmull_gcm_encrypt(nblocks, dg, src, ctx, dst, iv,
521 counter += nblocks;
524 src += nblocks * AES_BLOCK_SIZE;
525 dst += nblocks * AES_BLOCK_SIZE;
613 int nblocks = walk.nbytes / AES_BLOCK_SIZE;
615 pmull_gcm_decrypt(nblocks, dg, src, ctx, dst, iv,
617 counter += nblocks;
620 src += nblocks * AES_BLOCK_SIZE;
621 dst += nblocks * AES_BLOCK_SIZE;