Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_utl.c1214 static int get_ipv4_dot(const char **str) in get_ipv4_dot() function
1225 if (!get_ipv4_component(&v4[0], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1226 || !get_ipv4_component(&v4[1], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1227 || !get_ipv4_component(&v4[2], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()