/external/boringssl/src/crypto/x509v3/ |
D | v3_genn.c | 81 ASN1_CHOICE(GENERAL_NAME) = { 82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME), 83 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL), 84 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS), 86 ASN1_IMP(GENERAL_NAME, d.x400Address, ASN1_SEQUENCE, GEN_X400), 88 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME), 89 ASN1_IMP(GENERAL_NAME, d.ediPartyName, EDIPARTYNAME, GEN_EDIPARTY), 90 ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI), 91 ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD), 92 ASN1_IMP(GENERAL_NAME, d.registeredID, ASN1_OBJECT, GEN_RID) [all …]
|
D | v3_alt.c | 75 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 76 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 105 GENERAL_NAME *gen; in STACK_OF() 116 GENERAL_NAME *gen, in STACK_OF() 191 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) in GENERAL_NAME_print() 269 GENERAL_NAME *gen; in v2i_issuer_alt() 286 GENERAL_NAME *gen; in copy_issuer() 343 GENERAL_NAME *gen; in v2i_subject_alt() 364 GENERAL_NAME *gen = NULL; in copy_email() 415 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() [all …]
|
D | v3_ncons.c | 81 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 82 static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen); 99 ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME), 255 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check() 287 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j); in NAME_CONSTRAINTS_check() 297 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() 350 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single()
|
D | v3_crld.c | 94 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, in STACK_OF() argument 98 STACK_OF(GENERAL_NAME) *gens; in STACK_OF() 118 STACK_OF(GENERAL_NAME) *fnm = NULL; in set_dist_point_name() 291 GENERAL_NAME *gen = NULL; in v2i_crld() 366 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 376 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2) 464 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens()
|
D | v3_akeya.c | 68 ASN1_IMP_SEQUENCE_OF_OPT(AUTHORITY_KEYID, issuer, GENERAL_NAME, 1),
|
D | v3_akey.c | 128 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID()
|
D | v3_info.c | 104 ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
|
D | v3name_test.cc | 176 GENERAL_NAME *gen = NULL; in set_altname()
|
D | v3_purp.c | 387 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in setup_dp() 851 GENERAL_NAME *gen; in X509_check_akid()
|
D | v3_utl.c | 612 GENERAL_NAME *gen; in STACK_OF() 992 GENERAL_NAME *gen; in do_x509_check()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 212 } GENERAL_NAME; typedef 214 DEFINE_STACK_OF(GENERAL_NAME) 215 DECLARE_ASN1_SET_OF(GENERAL_NAME) 217 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; 223 GENERAL_NAME *location; 332 GENERAL_NAME *base; 535 DECLARE_ASN1_FUNCTIONS(GENERAL_NAME) 536 OPENSSL_EXPORT GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a); 537 OPENSSL_EXPORT int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b); 547 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,… [all …]
|
D | x509.h | 240 DECLARE_STACK_OF(GENERAL_NAME) 261 STACK_OF(GENERAL_NAME) *altname; 394 STACK_OF(GENERAL_NAME) *issuer;
|
/external/libevent/sample/ |
D | openssl_hostname_validation.c | 115 STACK_OF(GENERAL_NAME) *san_names = NULL; in matches_subject_alternative_name() 126 const GENERAL_NAME *current_name = sk_GENERAL_NAME_value(san_names, i); in matches_subject_alternative_name()
|
/external/boringssl/src/crypto/x509/ |
D | x_crl.c | 439 GENERAL_NAME *gen = sk_GENERAL_NAME_value(rev->issuer, i); in crl_revoked_issuer_match()
|
D | x509_vfy.c | 1359 GENERAL_NAME *gena, *genb; in idp_check_dp() 1421 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in crldp_check_crlissuer()
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 250 const GENERAL_NAME *name) in add_alt_name() 270 const GENERAL_NAME *name; in add_alt_names()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 101 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; 702 GENERAL_NAME *gen;
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 837 GENERAL_NAME *name; in _get_peer_alt_names() 1143 STACK_OF(GENERAL_NAME) *gns; in _get_crl_dp() 1149 GENERAL_NAME *gn; in _get_crl_dp()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1565 GENERAL_NAME *gen; in tls_match_altsubject_component() 1670 GENERAL_NAME *gen; in tls_match_suffix() 1833 GENERAL_NAME *gen; in openssl_tls_cert_event()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1342 STACK_OF(GENERAL_NAME) *altnames; in verifyhost() 1385 const GENERAL_NAME *check = sk_GENERAL_NAME_value(altnames, i); in verifyhost()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 925 GENERAL_NAME *name; in _get_peer_alt_names() 1228 STACK_OF(GENERAL_NAME) *gns; in _get_crl_dp() 1234 GENERAL_NAME *gn; in _get_crl_dp()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 3820 static jobject GENERAL_NAME_to_jobject(JNIEnv* env, GENERAL_NAME* gen) { in GENERAL_NAME_to_jobject() 3876 return ASN1ToByteArray<GENERAL_NAME>(env, gen, i2d_GENERAL_NAME); in GENERAL_NAME_to_jobject() 3899 STACK_OF(GENERAL_NAME) * gn_stack; in NativeCrypto_get_X509_GENERAL_NAME_stack() 3900 bssl::UniquePtr<STACK_OF(GENERAL_NAME)> stackHolder; in NativeCrypto_get_X509_GENERAL_NAME_stack() 3904 stackHolder.reset(static_cast<STACK_OF(GENERAL_NAME)*>( in NativeCrypto_get_X509_GENERAL_NAME_stack() 3927 GENERAL_NAME* gen = sk_GENERAL_NAME_value(gn_stack, static_cast<size_t>(i)); in NativeCrypto_get_X509_GENERAL_NAME_stack()
|