Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dx509_crt.c1816 static int x509_name_cmp( const mbedtls_x509_name *a, const mbedtls_x509_name *b ) in x509_name_cmp() function
1862 if( x509_name_cmp( &child->issuer, &parent->subject ) != 0 ) in x509_crt_check_parent()
2043 if( ( path_cnt != 0 ) && x509_name_cmp( &child->issuer, &child->subject ) == 0 ) in x509_crt_verify_child()