Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dmbedtls_bio_tcp_sockets_wrapper.c58 int xMbedTLSBioTCPSocketsWrapperSend( void * ctx, in xMbedTLSBioTCPSocketsWrapperSend() argument
64 configASSERT( ctx != NULL ); in xMbedTLSBioTCPSocketsWrapperSend()
67 xReturnStatus = TCP_Sockets_Send( ( Socket_t ) ctx, buf, len ); in xMbedTLSBioTCPSocketsWrapperSend()
103 int xMbedTLSBioTCPSocketsWrapperRecv( void * ctx, in xMbedTLSBioTCPSocketsWrapperRecv() argument
109 configASSERT( ctx != NULL ); in xMbedTLSBioTCPSocketsWrapperRecv()
112 xReturnStatus = TCP_Sockets_Recv( ( Socket_t ) ctx, buf, len ); in xMbedTLSBioTCPSocketsWrapperRecv()
A Dtransport_wolfSSL.c294 if( pNetCtx->sslContext.ctx == NULL ) in tlsSetup()
297 pNetCtx->sslContext.ctx = in tlsSetup()
301 if( pNetCtx->sslContext.ctx != NULL ) in tlsSetup()
308 wolfSSL_new( pNetCtx->sslContext.ctx ); in tlsSetup()
336 pNetCtx->sslContext.ctx = NULL; in tlsSetup()
344 wolfSSL_CTX_free( pNetCtx->sslContext.ctx ); in tlsSetup()
345 pNetCtx->sslContext.ctx = NULL; in tlsSetup()
353 wolfSSL_CTX_free( pNetCtx->sslContext.ctx ); in tlsSetup()
354 pNetCtx->sslContext.ctx = NULL; in tlsSetup()
473 pCtx = pNetworkContext->sslContext.ctx; in TLS_FreeRTOS_Disconnect()
[all …]
A Dmbedtls_bio_tcp_sockets_wrapper.h44 int xMbedTLSBioTCPSocketsWrapperSend( void * ctx,
57 int xMbedTLSBioTCPSocketsWrapperRecv( void * ctx,
A Dtransport_wolfSSL.h74 WOLFSSL_CTX * ctx; /**< @brief wolfSSL context */ member
A Dmbedtls_pk_pkcs11.c234 static size_t p11_rsa_get_bitlen( mbedtls_pk_context * ctx );
/FreeRTOS-Plus/VisualStudio_StaticProjects/MbedTLS/
A Dmbedtls_freertos_port.h55 int mbedtls_platform_send( void * ctx,
58 int mbedtls_platform_recv( void * ctx,

Completed in 16 milliseconds