Lines Matching defs:nbytes
425 unsigned int nbytes = req->nbytes;
437 nbytes);
452 if (cc_map_hash_request_final(ctx->drvdata, state, src, nbytes, 1,
492 if (nbytes)
563 unsigned int nbytes = req->nbytes;
572 "hmac" : "hash", nbytes);
574 if (nbytes == 0) {
579 rc = cc_map_hash_request_update(ctx->drvdata, state, src, nbytes,
584 nbytes);
639 unsigned int nbytes = req->nbytes;
650 update ? "finup" : "final", nbytes);
657 if (cc_map_hash_request_final(ctx->drvdata, state, src, nbytes, update,
719 dev_dbg(dev, "===== init (%d) ====\n", req->nbytes);
1163 if (req->nbytes == 0) {
1171 req->nbytes, block_size, flags);
1175 req->nbytes);
1250 req->nbytes, 0, flags)) {
1353 dev_dbg(dev, "===== finup xcbc(%d) ====\n", req->nbytes);
1354 if (state->xcbc_count > 0 && req->nbytes == 0) {
1365 req->nbytes, 1, flags)) {
1389 if (req->nbytes == 0) {
1434 dev_dbg(dev, "===== -digest mac (%d) ====\n", req->nbytes);
1449 req->nbytes, 1, flags)) {
1467 if (req->nbytes == 0) {