Home
last modified time | relevance | path

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

/crypto/
Daf_alg.c542 size_t bytes_count; in af_alg_count_tsgl() local
551 bytes_count = sg[i].length - offset; in af_alg_count_tsgl()
557 if (bytes_count >= bytes) in af_alg_count_tsgl()
560 bytes -= bytes_count; in af_alg_count_tsgl()