Searched refs:ipasc (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c945 int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags) argument
950 if (ipasc == NULL)
952 iplen = (size_t)a2i_ipadd(ipout, ipasc);
963 ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc) argument
971 iplen = a2i_ipadd(ipout, ipasc);
986 ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc) argument
992 p = strchr(ipasc, '/');
995 iptmp = OPENSSL_strdup(ipasc);
998 p = iptmp + (p - ipasc);
1028 int a2i_ipadd(unsigned char *ipout, const char *ipasc) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_vpm.c440 int X509_VERIFY_PARAM_set1_ip_asc(X509_VERIFY_PARAM *param, const char *ipasc) argument
445 iplen = (size_t)a2i_ipadd(ipout, ipasc);
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dx509.h283 int a2i_ipadd(unsigned char *ipout, const char *ipasc);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dx509v3.h714 int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags);
716 ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc);
717 ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc);
H A Dx509_vfy.h573 const char *ipasc);

Completed in 200 milliseconds