Searched refs:ipout (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c947 unsigned char ipout[16]; local
952 iplen = (size_t)a2i_ipadd(ipout, ipasc);
955 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL);
965 unsigned char ipout[16]; local
971 iplen = a2i_ipadd(ipout, ipasc);
979 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen)) {
989 unsigned char ipout[32]; local
1001 iplen1 = a2i_ipadd(ipout, iptmp);
1006 iplen2 = a2i_ipadd(ipout + iplen1, p);
1017 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen
1028 a2i_ipadd(unsigned char *ipout, const char *ipasc) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_vpm.c442 unsigned char ipout[16]; local
445 iplen = (size_t)a2i_ipadd(ipout, ipasc);
448 return X509_VERIFY_PARAM_set1_ip(param, ipout, iplen);
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dx509.h283 int a2i_ipadd(unsigned char *ipout, const char *ipasc);

Completed in 154 milliseconds