Searched refs:ctx (Results 1 – 6 of 6) sorted by relevance
| /FreeRTOS-Plus/Source/Application-Protocols/network_transport/ |
| A D | mbedtls_bio_tcp_sockets_wrapper.c | 58 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 D | transport_wolfSSL.c | 294 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 D | mbedtls_bio_tcp_sockets_wrapper.h | 44 int xMbedTLSBioTCPSocketsWrapperSend( void * ctx, 57 int xMbedTLSBioTCPSocketsWrapperRecv( void * ctx,
|
| A D | transport_wolfSSL.h | 74 WOLFSSL_CTX * ctx; /**< @brief wolfSSL context */ member
|
| A D | mbedtls_pk_pkcs11.c | 234 static size_t p11_rsa_get_bitlen( mbedtls_pk_context * ctx );
|
| /FreeRTOS-Plus/VisualStudio_StaticProjects/MbedTLS/ |
| A D | mbedtls_freertos_port.h | 55 int mbedtls_platform_send( void * ctx, 58 int mbedtls_platform_recv( void * ctx,
|
Completed in 16 milliseconds