Searched refs:cn (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509_crt.h | 622 const char *cn, uint32_t *flags, 664 const char *cn, uint32_t *flags, 698 const char *cn, uint32_t *flags, 764 const char *cn, uint32_t *flags,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509_crt.c | 262 size_t cn_idx = 0, cn_len = strlen( cn ); in x509_check_wildcard() 270 if( cn[i] == '.' ) in x509_check_wildcard() 2993 x509_memcasecmp( cn, name->p, cn_len ) == 0 ) in x509_crt_check_cn() 2999 if( x509_check_wildcard( cn, name ) == 0 ) in x509_crt_check_cn() 3030 const char *cn, in x509_crt_verify_name() argument 3035 size_t cn_len = strlen( cn ); in x509_crt_verify_name() 3116 const char *cn, uint32_t *flags, in x509_crt_verify_restartable_ca_cb() argument 3137 if( cn != NULL ) in x509_crt_verify_restartable_ca_cb() 3138 x509_crt_verify_name( crt, cn, &ee_flags ); in x509_crt_verify_restartable_ca_cb() 3201 const char *cn, uint32_t *flags, in mbedtls_x509_crt_verify() argument [all …]
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 722 matching the expected common name (the cn argument of 3623 * x509_crt_verify() now case insensitive for cn (RFC 6125 6.4) 3807 * x509_verify() now case insensitive for cn (RFC 6125 6.4)
|
Completed in 15 milliseconds