Home
last modified time | relevance | path

Searched defs:child (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dx509_crt.c2124 static int x509_crt_check_signature(const mbedtls_x509_crt *child, in x509_crt_check_signature()
2180 static int x509_crt_check_parent(const mbedtls_x509_crt *child, in x509_crt_check_parent()
2255 mbedtls_x509_crt *child, in x509_crt_find_parent_in()
2378 mbedtls_x509_crt *child, in x509_crt_find_parent()
2521 mbedtls_x509_crt *child; in x509_crt_verify_chain() local
/mbedtls-latest/programs/ssl/
Dssl_test_lib.c311 int ca_callback(void *data, mbedtls_x509_crt const *child, in ca_callback()