HomeSort by relevance Sort by last modified time
    Searched refs:GEN_IPADD (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/crypto/x509v3/
v3_genn.c 91 ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD),
137 case GEN_IPADD:
185 case GEN_IPADD:
217 case GEN_IPADD:
v3_alt.c 146 case GEN_IPADD:
216 case GEN_IPADD:
474 case GEN_IPADD:
554 type = GEN_IPADD;
v3_ncons.c 191 if (tree->base->type == GEN_IPADD)
v3_utl.c 1010 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL);
1023 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL);
  /external/ipsec-tools/src/racoon/
crypto_openssl.h 49 #define GENT_IPADD GEN_IPADD
crypto_openssl.c 747 else if (gen->type == GEN_IPADD)
    [all...]
  /external/curl/lib/vtls/
openssl.c 1089 int target = GEN_DNS; /* target type, GEN_DNS or GEN_IPADD */
1103 target = GEN_IPADD;
1109 target = GEN_IPADD;
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 179 #define GEN_IPADD 7
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 356 milliseconds