Searched refs:x509_crt_verify_restartable_ca_cb (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/library/ |
D | x509_crt.c | 3055 static int x509_crt_verify_restartable_ca_cb(mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() function 3158 return x509_crt_verify_restartable_ca_cb(crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify() 3176 return x509_crt_verify_restartable_ca_cb(crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify_with_profile() 3195 return x509_crt_verify_restartable_ca_cb(crt, NULL, NULL, in mbedtls_x509_crt_verify_with_ca_cb() 3211 return x509_crt_verify_restartable_ca_cb(crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify_restartable()
|