Searched refs:trust_ca (Results 1 – 2 of 2) sorted by relevance
/mbedtls-development/include/mbedtls/ |
A D | x509_crt.h | 727 mbedtls_x509_crt *trust_ca, 768 mbedtls_x509_crt *trust_ca, 802 mbedtls_x509_crt *trust_ca,
|
/mbedtls-development/library/ |
A D | x509_crt.c | 2676 mbedtls_x509_crt *trust_ca, in x509_crt_find_parent() argument 2699 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent() 2743 mbedtls_x509_crt *trust_ca ) in x509_crt_check_ee_locally_trusted() argument 2752 for( cur = trust_ca; cur != NULL; cur = cur->next ) in x509_crt_check_ee_locally_trusted() 2807 mbedtls_x509_crt *trust_ca, in x509_crt_verify_chain() argument 2907 cur_trust_ca = trust_ca; in x509_crt_verify_chain() 3103 mbedtls_x509_crt *trust_ca, in x509_crt_verify_restartable_ca_cb() argument 3142 ret = x509_crt_verify_chain( crt, trust_ca, ca_crl, in x509_crt_verify_restartable_ca_cb() 3191 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify() argument 3208 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify_with_profile() argument [all …]
|
Completed in 91 milliseconds