Home
last modified time | relevance | path

Searched refs:candidates (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.4.0/programs/ssl/
Dssl_test_lib.c316 mbedtls_x509_crt **candidates ) in ca_callback() argument
365 *candidates = first; in ca_callback()
Dssl_test_lib.h261 mbedtls_x509_crt **candidates );
/mbedtls-3.4.0/tests/suites/
Dtest_suite_x509parse.function84 int ca_callback_fail( void *data, mbedtls_x509_crt const *child, mbedtls_x509_crt **candidates )
88 ((void) candidates);
94 mbedtls_x509_crt **candidates )
143 *candidates = first;
/mbedtls-3.4.0/library/
Dx509_crt.c2569 mbedtls_x509_crt *candidates, in x509_crt_find_parent_in() argument
2603 for( parent = candidates; parent != NULL; parent = parent->next ) in x509_crt_find_parent_in()