Lines Matching refs:rbuf
90 } rbuf;
292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
293 rctx->rbuf.bytes);
304 le128_sub(&rctx->rbuf.bignum, &rctx->rbuf.bignum, &digest);
305 scatterwalk_map_and_copy(&rctx->rbuf.bignum, req->dst,
346 scatterwalk_map_and_copy(&rctx->rbuf.bignum, req->src,
348 le128_add(&rctx->rbuf.bignum, &rctx->rbuf.bignum, &digest);
352 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
353 rctx->rbuf.bytes);
358 rctx->rbuf.words[4] = cpu_to_le32(1);
359 rctx->rbuf.words[5] = 0;
360 rctx->rbuf.words[6] = 0;
361 rctx->rbuf.words[7] = 0;
378 req->dst, stream_len, &rctx->rbuf);