Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Daf_alg.c540 size_t bytes_count; in af_alg_count_tsgl() local
549 bytes_count = sg[i].length - offset; in af_alg_count_tsgl()
555 if (bytes_count >= bytes) in af_alg_count_tsgl()
558 bytes -= bytes_count; in af_alg_count_tsgl()