Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dtransport_mbedtls.c268 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 Dtransport_mbedtls_pkcs11.c252 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 Dtransport_wolfSSL.c103 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 Dtransport_mbedtls_pkcs11.h75 mbedtls_ssl_context context; /**< @brief SSL connection context */ member
A Dtransport_mbedtls.h102 mbedtls_ssl_context context; /**< @brief SSL connection context */ member
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c1517 static SntpContext_t context; in sntpTask() local

Completed in 16 milliseconds