Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dtransport_mbedtls.c388 configASSERT( pNetworkCredentials != NULL ); in setCredentials()
406 if( ( pNetworkCredentials->pClientCert != NULL ) && in setCredentials()
407 ( pNetworkCredentials->pPrivateKey != NULL ) ) in setCredentials()
443 configASSERT( pNetworkCredentials != NULL ); in setOptionalConfigurations()
445 if( pNetworkCredentials->pAlpnProtos != NULL ) in setOptionalConfigurations()
461 if( pNetworkCredentials->disableSni == pdFALSE ) in setOptionalConfigurations()
511 configASSERT( pNetworkCredentials != NULL ); in tlsSetup()
564 configASSERT( pNetworkCredentials != NULL ); in tlsHandshake()
705 ( pNetworkCredentials == NULL ) ) in TLS_FreeRTOS_Connect()
711 pNetworkCredentials ) ); in TLS_FreeRTOS_Connect()
[all …]
A Dtransport_mbedtls_pkcs11.c293 configASSERT( pNetworkCredentials != NULL ); in tlsSetup()
294 configASSERT( pNetworkCredentials->pRootCa != NULL ); in tlsSetup()
295 configASSERT( pNetworkCredentials->pClientCertLabel != NULL ); in tlsSetup()
296 configASSERT( pNetworkCredentials->pPrivateKeyLabel != NULL ); in tlsSetup()
357 pNetworkCredentials->pRootCa, in tlsSetup()
358 pNetworkCredentials->rootCaSize ); in tlsSetup()
380 pNetworkCredentials->pPrivateKeyLabel ); in tlsSetup()
462 if( pNetworkCredentials->disableSni == pdFALSE ) in tlsSetup()
737 ( pNetworkCredentials == NULL ) ) in TLS_FreeRTOS_Connect()
743 pNetworkCredentials ) ); in TLS_FreeRTOS_Connect()
[all …]
A Dtransport_wolfSSL.c81 const NetworkCredentials_t * pNetworkCredentials );
377 const NetworkCredentials_t * pNetworkCredentials, in TLS_FreeRTOS_Connect() argument
387 ( pNetworkCredentials == NULL ) ) in TLS_FreeRTOS_Connect()
393 pNetworkCredentials ) ); in TLS_FreeRTOS_Connect()
396 else if( ( pNetworkCredentials->pRootCa == NULL ) ) in TLS_FreeRTOS_Connect()
433 returnStatus = tlsSetup( pNetworkContext, pHostName, pNetworkCredentials ); in TLS_FreeRTOS_Connect()
A Dtransport_wolfSSL.h152 const NetworkCredentials_t * pNetworkCredentials,
A Dtransport_mbedtls_pkcs11.h159 const NetworkCredentials_t * pNetworkCredentials,
A Dtransport_mbedtls.h180 const NetworkCredentials_t * pNetworkCredentials,

Completed in 15 milliseconds