Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_create.c126 static int hexpair_to_int(const char *hexpair) in hexpair_to_int() argument
128 int n1 = hex_to_int(*hexpair); in hexpair_to_int()
129 int n2 = hex_to_int(*(hexpair + 1)); in hexpair_to_int()
/mbedtls-latest/tests/suites/
Dtest_suite_x509write.data199 X509 String to Names #11 (Invalid hexpair escape at end of string)
202 X509 String to Names #12 (Reject escaped null hexpair)