x509_crt_check_cn() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

x509_crt_check_cn() function

Syntax

static int x509_crt_check_cn( const mbedtls_x509_buf *name,     const char *cn,     size_t cn_len );

Arguments

name

cn

cn_len

References

LocationReferrerText
x509_crt.c:2408
static int x509_crt_check_cn( const mbedtls_x509_buf *name,
x509_crt.c:2442x509_crt_verify_name()
if( x509_crt_check_cn( &cur->buf, cn, cn_len ) == 0 )
x509_crt.c:2454x509_crt_verify_name()
x509_crt_check_cn( &name->val, cn, cn_len ) == 0 )

Call Tree

Functions calling x509_crt_check_cn()
Functions called by x509_crt_check_cn()
all items filtered out
x509_crt_check_cn()