Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dx509v3.c542 static int parse_uint2(const char *pos, size_t len) in parse_uint2() function
601 year = parse_uint2(pos, end - pos); in x509_parse_time()
633 month = parse_uint2(pos, end - pos); in x509_parse_time()
641 day = parse_uint2(pos, end - pos); in x509_parse_time()
649 hour = parse_uint2(pos, end - pos); in x509_parse_time()
657 min = parse_uint2(pos, end - pos); in x509_parse_time()
665 sec = parse_uint2(pos, end - pos); in x509_parse_time()