Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/ssl_helper/
Dssl_helper.c213 uint32_t len32u; in do_io_until_eof_and_exit() local
288 len32u = len; in do_io_until_eof_and_exit()
289 rc = matrixSslReceivedData(ssl, len, &buf, &len32u); in do_io_until_eof_and_exit()
291 len = len32u; in do_io_until_eof_and_exit()
302 len32u = len; in do_io_until_eof_and_exit()
303 rc = matrixSslProcessedData(ssl, &buf, &len32u); in do_io_until_eof_and_exit()
306 len = len32u; in do_io_until_eof_and_exit()
331 len32u = len; in do_io_until_eof_and_exit()
332 rc = matrixSslProcessedData(ssl, &buf, &len32u); in do_io_until_eof_and_exit()
334 len = len32u; in do_io_until_eof_and_exit()