Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dtransport_wolfSSL.c138 BaseType_t read = 0; in wolfSSL_IORecvGlue() local
143 read = TCP_Sockets_Recv( xSocket, ( void * ) buf, ( size_t ) sz ); in wolfSSL_IORecvGlue()
145 if( ( read == 0 ) || in wolfSSL_IORecvGlue()
146 ( read == TCP_SOCKETS_ERRNO_EWOULDBLOCK ) ) in wolfSSL_IORecvGlue()
148 read = WOLFSSL_CBIO_ERR_WANT_READ; in wolfSSL_IORecvGlue()
150 else if( read == TCP_SOCKETS_ERRNO_ENOTCONN ) in wolfSSL_IORecvGlue()
152 read = WOLFSSL_CBIO_ERR_CONN_CLOSE; in wolfSSL_IORecvGlue()
159 return ( int ) read; in wolfSSL_IORecvGlue()
/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/
A Dpkcs11_demo_setup.py18 pemkey = serialization.load_pem_private_key(key.read(), None, default_backend())
32 cert = x509.load_pem_x509_certificate(cert.read(), default_backend())
/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/DemoSetup/
A Dconvert_credentials_to_der.py43 cert_pem = cert.read()
46 key_pem = key.read()
A Ddemo_setup.py89 file_text = template_file.read()
135 cf_template = cf_template_file.read()
A Ddemo_cleanup.py146 file_text = template_file.read()
A Ddemo_config.templ74 *!!! be read by software, such as a production serial number, instead of a
A Ddemo_config_empty.templ74 *!!! be read by software, such as a production serial number, instead of a
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dredposixcompat.h96 #undef read
115 #define read( fd, buf, len ) red_read( fd, buf, len ) macro
A Dfsstress.c2267 e = read( fd, buf, len ) < 0 ? errno : 0; in read_f()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A Dmain.c229 xReadRet = read( STDIN_FILENO, &buffer, 1 ); in traceOnEnter()
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Drelease_notes.md56 number of times to retry a block device read, write or flush operation before
A Drelease_notes.txt67 specify a number of times to retry a block device read, write or

Completed in 29 milliseconds