Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/openssl/library/
Dssl_lib.c450 int send_bytes; in SSL_write() local
459 send_bytes = len; in SSL_write()
465 if (send_bytes > SSL_SEND_DATA_MAX_LENGTH) in SSL_write()
468 bytes = send_bytes; in SSL_write()
473 send_bytes -= ret; in SSL_write()
475 } while (ret > 0 && send_bytes); in SSL_write()
478 ret = len - send_bytes; in SSL_write()
/hal_espressif-3.6.0/components/driver/
Dsdspi_host.c806 const int send_bytes = SDSPI_CMD_R5_SIZE+SDSPI_NCR_MAX_SIZE-SDSPI_NCR_MIN_SIZE; in start_command_write_blocks() local
809 .length = send_bytes * 8, in start_command_write_blocks()
819 ret = shift_cmd_response(cmd, send_bytes); in start_command_write_blocks()