Lines Matching refs:trust_ca
2379 mbedtls_x509_crt *trust_ca, in x509_crt_find_parent() argument
2402 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent()
2445 mbedtls_x509_crt *trust_ca) in x509_crt_check_ee_locally_trusted() argument
2455 for (cur = trust_ca; cur != NULL; cur = cur->next) { in x509_crt_check_ee_locally_trusted()
2508 mbedtls_x509_crt *trust_ca, in x509_crt_verify_chain() argument
2592 x509_crt_check_ee_locally_trusted(child, trust_ca) == 0) { in x509_crt_verify_chain()
2619 cur_trust_ca = trust_ca; in x509_crt_verify_chain()
3056 mbedtls_x509_crt *trust_ca, in x509_crt_verify_restartable_ca_cb() argument
3100 ret = x509_crt_verify_chain(crt, trust_ca, ca_crl, in x509_crt_verify_restartable_ca_cb()
3152 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify() argument
3158 return x509_crt_verify_restartable_ca_cb(crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify()
3169 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify_with_profile() argument
3176 return x509_crt_verify_restartable_ca_cb(crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify_with_profile()
3203 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify_restartable() argument
3211 return x509_crt_verify_restartable_ca_cb(crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify_restartable()