Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Daf_alg.c548 size_t bytes_count; in af_alg_count_tsgl() local
557 bytes_count = sg[i].length - offset; in af_alg_count_tsgl()
563 if (bytes_count >= bytes) in af_alg_count_tsgl()
566 bytes -= bytes_count; in af_alg_count_tsgl()