Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dx509_crt.c2039 int need_ca_bit; in x509_crt_check_parent() local
2047 need_ca_bit = 1; in x509_crt_check_parent()
2051 need_ca_bit = 0; in x509_crt_check_parent()
2054 if (need_ca_bit && !parent->ca_istrue) { in x509_crt_check_parent()
2058 if (need_ca_bit && in x509_crt_check_parent()