Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/services/core/network/
Dattest_channel.c113 static int32_t LazyVerifyCert(void* data, mbedtls_x509_crt* crt, int32_t depth, uint32_t* flags) in LazyVerifyCert() function
180 mbedtls_ssl_conf_verify(&(tlsConfig->sslConf), (VerifyFunc)LazyVerifyCert, NULL); in TLSSetupConfig()