Searched refs:trust_ca (Results 1 – 2 of 2) sorted by relevance
/third_party/mbedtls/library/ |
D | x509_crt.c | 2229 mbedtls_x509_crt *trust_ca, in x509_crt_find_parent() argument 2251 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent() 2294 mbedtls_x509_crt *trust_ca) in x509_crt_check_ee_locally_trusted() argument 2304 for (cur = trust_ca; cur != NULL; cur = cur->next) { in x509_crt_check_ee_locally_trusted() 2357 mbedtls_x509_crt *trust_ca, in x509_crt_verify_chain() argument 2432 x509_crt_check_ee_locally_trusted(child, trust_ca) == 0) { in x509_crt_verify_chain() 2459 cur_trust_ca = trust_ca; in x509_crt_verify_chain() 2650 mbedtls_x509_crt *trust_ca, in x509_crt_verify_restartable_ca_cb() argument 2694 ret = x509_crt_verify_chain(crt, trust_ca, ca_crl, in x509_crt_verify_restartable_ca_cb() 2746 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify() argument [all …]
|
/third_party/mbedtls/include/mbedtls/ |
D | x509_crt.h | 662 mbedtls_x509_crt *trust_ca, 703 mbedtls_x509_crt *trust_ca, 737 mbedtls_x509_crt *trust_ca,
|