Home
last modified time | relevance | path

Searched refs:mbedtlsError (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dtransport_mbedtls.c306 if( mbedtlsError != 0 ) in setRootCa()
319 return mbedtlsError; in setRootCa()
337 if( mbedtlsError != 0 ) in setClientCertificate()
344 return mbedtlsError; in setClientCertificate()
371 if( mbedtlsError != 0 ) in setPrivateKey()
378 return mbedtlsError; in setPrivateKey()
431 return mbedtlsError; in setCredentials()
473 if( mbedtlsError != 0 ) in setOptionalConfigurations()
523 if( mbedtlsError != 0 ) in tlsSetup()
571 if( mbedtlsError != 0 ) in tlsHandshake()
[all …]
A Dtransport_mbedtls_pkcs11.c287 int32_t mbedtlsError = 0; in tlsSetup() local
308 if( mbedtlsError != 0 ) in tlsSetup()
311 mbedtlsHighLevelCodeOrDefault( mbedtlsError ), in tlsSetup()
319 mbedtlsError = psa_crypto_init(); in tlsSetup()
321 if( mbedtlsError != PSA_SUCCESS ) in tlsSetup()
360 if( mbedtlsError != 0 ) in tlsSetup()
418 if( mbedtlsError != 0 ) in tlsSetup()
434 if( mbedtlsError != 0 ) in tlsSetup()
474 if( mbedtlsError != 0 ) in tlsSetup()
495 if( mbedtlsError != 0 ) in tlsSetup()
[all …]

Completed in 9 milliseconds