Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dx509v3.c535 static int parse_uint2(const char *pos, size_t len) in parse_uint2() function
598 year = parse_uint2(pos, end - pos); in x509_parse_time()
630 month = parse_uint2(pos, end - pos); in x509_parse_time()
638 day = parse_uint2(pos, end - pos); in x509_parse_time()
646 hour = parse_uint2(pos, end - pos); in x509_parse_time()
654 min = parse_uint2(pos, end - pos); in x509_parse_time()
662 sec = parse_uint2(pos, end - pos); in x509_parse_time()