Home
last modified time | relevance | path

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

/mbedtls-3.6.0/programs/ssl/
Dssl_test_lib.h250 mbedtls_x509_crt **candidates);
Dssl_test_lib.c282 mbedtls_x509_crt **candidates) in ca_callback() argument
326 *candidates = first; in ca_callback()
/mbedtls-3.6.0/tests/suites/
Dtest_suite_x509parse.function83 int ca_callback_fail(void *data, mbedtls_x509_crt const *child, mbedtls_x509_crt **candidates)
87 ((void) candidates);
93 mbedtls_x509_crt **candidates)
137 *candidates = first;
/mbedtls-3.6.0/library/
Dx509_crt.c2253 mbedtls_x509_crt *candidates, in x509_crt_find_parent_in() argument
2287 for (parent = candidates; parent != NULL; parent = parent->next) { in x509_crt_find_parent_in()