Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_genn.c42 ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD),
122 case GEN_IPADD: in GENERAL_NAME_cmp()
173 case GEN_IPADD: in GENERAL_NAME_set0_value()
206 case GEN_IPADD: in GENERAL_NAME_get0_value()
Dv3_alt.c126 case GEN_IPADD: in STACK_OF()
196 case GEN_IPADD: in GENERAL_NAME_print()
472 case GEN_IPADD: in a2i_GENERAL_NAME()
546 type = GEN_IPADD; in v2i_GENERAL_NAME_ex()
Dv3_ncons.c191 if (tree->base->type == GEN_IPADD) in do_i2r_name_constraints()
521 case GEN_IPADD: in nc_match_single()
Dv3_utl.c987 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL); in X509_check_ip()
1000 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL); in X509_check_ip_asc()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509v3.h131 # define GEN_IPADD 7 macro
/freebsd-12-stable/lib/libfetch/
Dcommon.c687 else if (name->type == GEN_IPADD && ip != NULL && in fetch_ssl_verify_altname()