Searched refs:VerifyFunc (Results 1 – 1 of 1) sorted by relevance
29 typedef int32_t(*VerifyFunc)(void*, mbedtls_x509_crt*, int32_t, uint32_t*); typedef180 mbedtls_ssl_conf_verify(&(tlsConfig->sslConf), (VerifyFunc)LazyVerifyCert, NULL); in TLSSetupConfig()