Lines Matching full:iplen
163 paramid->iplen = 0;
315 if (!X509_VERIFY_PARAM_set1_ip(dest, id->ip, id->iplen))
485 const unsigned char *ip, size_t iplen)
487 if (iplen != 0 && iplen != 4 && iplen != 16)
489 return int_x509_param_set1((char **)¶m->id->ip, ¶m->id->iplen,
490 (char *)ip, iplen);
496 size_t iplen;
498 iplen = (size_t)a2i_ipadd(ipout, ipasc);
499 if (iplen == 0)
501 return X509_VERIFY_PARAM_set1_ip(param, ipout, iplen);