Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dx509_crt.c309 static int x509_string_cmp(const mbedtls_x509_buf *a, const mbedtls_x509_buf *b) in x509_string_cmp() function
353 if (x509_string_cmp(&a->val, &b->val) != 0) { in x509_name_cmp()