Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dx509_crt.c2980 static int x509_crt_check_cn( const mbedtls_x509_buf *name, in x509_crt_check_cn() function
3010 return( x509_crt_check_cn( name, cn, cn_len ) ); in x509_crt_check_san()
3045 x509_crt_check_cn( &name->val, cn, cn_len ) == 0 ) in x509_crt_verify_name()