Searched refs:context (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/ |
A D | transport_mbedtls.c | 268 mbedtls_ssl_init( &( pSslContext->context ) ); in sslContextInit() 282 mbedtls_ssl_free( &( pSslContext->context ) ); in sslContextFree() 463 mbedtlsError = mbedtls_ssl_set_hostname( &( pSslContext->context ), in setOptionalConfigurations() 469 mbedtlsError = mbedtls_ssl_set_hostname( &( pSslContext->context ), in setOptionalConfigurations() 568 mbedtlsError = mbedtls_ssl_setup( &( pTlsTransportParams->sslContext.context ), in tlsHandshake() 592 mbedtls_ssl_set_bio( &( pTlsTransportParams->sslContext.context ), in tlsHandshake() 604 mbedtlsError = mbedtls_ssl_handshake( &( pTlsTransportParams->sslContext.context ) ); in tlsHandshake() 806 …lsStatus = ( BaseType_t ) mbedtls_ssl_close_notify( &( pTlsTransportParams->sslContext.context ) ); in TLS_FreeRTOS_Disconnect() 869 tlsStatus = ( int32_t ) mbedtls_ssl_read( &( pTlsTransportParams->sslContext.context ), in TLS_FreeRTOS_recv() 934 tlsStatus = ( int32_t ) mbedtls_ssl_write( &( pTlsTransportParams->sslContext.context ), in TLS_FreeRTOS_send()
|
A D | transport_mbedtls_pkcs11.c | 252 mbedtls_ssl_init( &( pSslContext->context ) ); in sslContextInit() 269 mbedtls_ssl_free( &( pSslContext->context ) ); in sslContextFree() 431 mbedtlsError = mbedtls_ssl_setup( &( pTlsTransportParams->sslContext.context ), in tlsSetup() 451 mbedtls_ssl_set_bio( &( pTlsTransportParams->sslContext.context ), in tlsSetup() 464 mbedtlsError = mbedtls_ssl_set_hostname( &( pTlsTransportParams->sslContext.context ), in tlsSetup() 470 mbedtlsError = mbedtls_ssl_set_hostname( &( pTlsTransportParams->sslContext.context ), in tlsSetup() 510 mbedtlsError = mbedtls_ssl_handshake( &( pTlsTransportParams->sslContext.context ) ); in tlsSetup() 817 …lsStatus = ( BaseType_t ) mbedtls_ssl_close_notify( &( pTlsTransportParams->sslContext.context ) ); in TLS_FreeRTOS_Disconnect() 873 tlsStatus = ( int32_t ) mbedtls_ssl_read( &( pTlsTransportParams->sslContext.context ), in TLS_FreeRTOS_recv() 938 tlsStatus = ( int32_t ) mbedtls_ssl_write( &( pTlsTransportParams->sslContext.context ), in TLS_FreeRTOS_send()
|
A D | transport_wolfSSL.c | 103 void * context ); 118 void * context ); 135 void * context ) in wolfSSL_IORecvGlue() argument 140 Socket_t xSocket = ( Socket_t ) context; in wolfSSL_IORecvGlue() 166 void * context ) in wolfSSL_IOSendGlue() argument 169 Socket_t xSocket = ( Socket_t ) context; in wolfSSL_IOSendGlue()
|
A D | transport_mbedtls_pkcs11.h | 75 mbedtls_ssl_context context; /**< @brief SSL connection context */ member
|
A D | transport_mbedtls.h | 102 mbedtls_ssl_context context; /**< @brief SSL connection context */ member
|
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/ |
A D | SNTPClientTask.c | 1517 static SntpContext_t context; in sntpTask() local
|
Completed in 16 milliseconds