Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_utl.c1188 static int get_ipv4_component(uint8_t *out_byte, const char **str) { in get_ipv4_component() function
1230 if (!get_ipv4_component(&v4[0], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1231 || !get_ipv4_component(&v4[1], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1232 || !get_ipv4_component(&v4[2], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1233 || !get_ipv4_component(&v4[3], &in) || *in != '\0') { in ipv4_from_asc()

Completed in 7 milliseconds