Searched refs:x509_crt_check_parent (Results 1 – 1 of 1) sorted by relevance
/net-tools-3.6.0/mbedtls-2.4.0/library/ |
D | x509_crt.c | 1855 static int x509_crt_check_parent( const mbedtls_x509_crt *child, in x509_crt_check_parent() function 1938 if( x509_crt_check_parent( child, trust_ca, 1, path_cnt == 0 ) != 0 ) in x509_crt_verify_top() 2098 if( x509_crt_check_parent( parent, grandparent, in x509_crt_verify_child() 2126 if( x509_crt_check_parent( parent, grandparent, in x509_crt_verify_child() 2263 if( x509_crt_check_parent( crt, parent, 0, pathlen == 0 ) == 0 ) in mbedtls_x509_crt_verify_with_profile() 2278 if( x509_crt_check_parent( crt, parent, 0, pathlen == 0 ) == 0 ) in mbedtls_x509_crt_verify_with_profile()
|