Searched refs:trust_ca (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | x509_crt.h | 405 mbedtls_x509_crt *trust_ca, 439 mbedtls_x509_crt *trust_ca, 469 mbedtls_x509_crt *trust_ca,
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_crt.c | 2279 mbedtls_x509_crt *trust_ca, in x509_crt_find_parent() argument 2302 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent() 2346 mbedtls_x509_crt *trust_ca ) in x509_crt_check_ee_locally_trusted() argument 2355 for( cur = trust_ca; cur != NULL; cur = cur->next ) in x509_crt_check_ee_locally_trusted() 2410 mbedtls_x509_crt *trust_ca, in x509_crt_verify_chain() argument 2478 x509_crt_check_ee_locally_trusted( child, trust_ca ) == 0 ) in x509_crt_verify_chain() 2487 ret = x509_crt_find_parent( child, trust_ca, &parent, in x509_crt_verify_chain() 2646 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify() argument 2661 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify_with_profile() argument 2683 mbedtls_x509_crt *trust_ca, in mbedtls_x509_crt_verify_restartable() argument [all …]
|
Completed in 9 milliseconds