Home
last modified time | relevance | path

Searched refs:GEN_URI (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_genn.c90 ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
124 case GEN_URI:
172 case GEN_URI: in GENERAL_NAME_set0_value()
205 case GEN_URI: in GENERAL_NAME_get0_value()
Dv3_alt.c151 case GEN_URI: in STACK_OF()
220 case GEN_URI: in GENERAL_NAME_print()
468 case GEN_URI: in a2i_GENERAL_NAME()
554 type = GEN_URI; in v2i_GENERAL_NAME_ex()
Dv3_ncons.c362 case GEN_URI: in nc_match_single()
Dv3_utl.c574 if (ad->location->type == GEN_URI) { in STACK_OF()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.h48 #define GENT_URI GEN_URI
Dcrypto_openssl.c726 gen->type == GEN_URI )
/external/curl/docs/examples/
Dcurlx.c175 if(ad->location->type == GEN_URI) { in my_get_ext()
/external/wpa_supplicant_8/src/crypto/
Dtls_wolfssl.c616 type = GEN_URI; in tls_match_alt_subject()
904 gen->type != GEN_URI) in wolfssl_tls_cert_event()
921 case GEN_URI: in wolfssl_tls_cert_event()
Dtls_openssl.c1722 type = GEN_URI; in tls_match_altsubject()
2232 gen->type != GEN_URI) in openssl_tls_cert_event()
2249 case GEN_URI: in openssl_tls_cert_event()
/external/python/cpython2/Modules/
D_ssl.c1007 case GEN_URI: in _get_peer_alt_names()
1022 case GEN_URI: in _get_peer_alt_names()
1173 (ad->location->type != GEN_URI)) { in _get_aia_uri()
1236 if (gn->type != GEN_URI) { in _get_crl_dp()
/external/boringssl/src/include/openssl/
Dx509v3.h188 #define GEN_URI 6 macro
/external/python/cpython3/Modules/
D_ssl.c1297 case GEN_URI: in _get_peer_alt_names()
1312 case GEN_URI: in _get_peer_alt_names()
1465 (ad->location->type != GEN_URI)) { in _get_aia_uri()
1532 if (gn->type != GEN_URI) { in _get_crl_dp()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3860 case GEN_URI: { in GENERAL_NAME_to_jobject()