Home
last modified time | relevance | path

Searched refs:GENERAL_NAME (Results 1 – 24 of 24) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_genn.c82 ASN1_CHOICE(GENERAL_NAME) = {
83 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
84 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
85 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
87 ASN1_IMP(GENERAL_NAME, d.x400Address, ASN1_SEQUENCE, GEN_X400),
89 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
90 ASN1_IMP(GENERAL_NAME, d.ediPartyName, EDIPARTYNAME, GEN_EDIPARTY),
91 ASN1_IMP(GENERAL_NAME, d.uniformResourceIdentifier, ASN1_IA5STRING, GEN_URI),
92 ASN1_IMP(GENERAL_NAME, d.iPAddress, ASN1_OCTET_STRING, GEN_IPADD),
93 ASN1_IMP(GENERAL_NAME, d.registeredID, ASN1_OBJECT, GEN_RID)
[all …]
Dv3_alt.c78 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
79 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
108 GENERAL_NAME *gen; in STACK_OF()
119 GENERAL_NAME *gen, in STACK_OF()
194 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) in GENERAL_NAME_print()
275 GENERAL_NAME *gen; in v2i_issuer_alt()
292 GENERAL_NAME *gen; in copy_issuer()
349 GENERAL_NAME *gen; in v2i_subject_alt()
370 GENERAL_NAME *gen = NULL; in copy_email()
421 GENERAL_NAME *gen; in v2i_GENERAL_NAMES()
[all …]
Dv3_ncons.c81 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()
Dv3_crld.c94 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()
Dv3_akeya.c68 ASN1_IMP_SEQUENCE_OF_OPT(AUTHORITY_KEYID, issuer, GENERAL_NAME, 1),
Dv3_akey.c131 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID()
Dv3_info.c104 ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
Dv3name_test.cc177 GENERAL_NAME *gen = NULL; in set_altname()
Dv3_purp.c387 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in setup_dp()
804 GENERAL_NAME *gen; in X509_check_akid()
Dv3_utl.c605 GENERAL_NAME *gen; in STACK_OF()
1042 GENERAL_NAME *gen; in do_x509_check()
/external/boringssl/src/include/openssl/
Dx509v3.h212 } 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);
543 OPENSSL_EXPORT int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
553 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,…
[all …]
Dx509.h240 DECLARE_STACK_OF(GENERAL_NAME)
261 STACK_OF(GENERAL_NAME) *altname;
394 STACK_OF(GENERAL_NAME) *issuer;
/external/libevent/sample/
Dopenssl_hostname_validation.c116 STACK_OF(GENERAL_NAME) *san_names = NULL; in matches_subject_alternative_name()
127 const GENERAL_NAME *current_name = sk_GENERAL_NAME_value(san_names, i); in matches_subject_alternative_name()
/external/boringssl/src/crypto/x509/
Dx_crl.c439 GENERAL_NAME *gen = sk_GENERAL_NAME_value(rev->issuer, i); in crl_revoked_issuer_match()
Dx509_test.cc2388 bssl::UniquePtr<GENERAL_NAME> a( in TEST()
2396 bssl::UniquePtr<GENERAL_NAME> b( in TEST()
Dx509_vfy.c1420 GENERAL_NAME *gena, *genb; in idp_check_dp()
1482 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in crldp_check_crlissuer()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c258 const GENERAL_NAME *name) in add_alt_name()
278 const GENERAL_NAME *name; in add_alt_names()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c101 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
702 GENERAL_NAME *gen;
/external/python/cpython2/Modules/
D_ssl.c922 GENERAL_NAME *name; in _get_peer_alt_names()
1224 STACK_OF(GENERAL_NAME) *gns; in _get_crl_dp()
1230 GENERAL_NAME *gn; in _get_crl_dp()
/external/curl/lib/vtls/
Dopenssl.c1506 STACK_OF(GENERAL_NAME) *altnames; in verifyhost()
1554 const GENERAL_NAME *check = sk_GENERAL_NAME_value(altnames, i); in verifyhost()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1698 GENERAL_NAME *gen; in tls_match_altsubject_component()
2013 GENERAL_NAME *gen; in tls_match_suffix_helper()
2226 GENERAL_NAME *gen; in openssl_tls_cert_event()
/external/python/cpython3/Modules/
D_ssl.c1291 GENERAL_NAME *name; in _get_peer_alt_names()
1616 STACK_OF(GENERAL_NAME) *gns; in _get_crl_dp()
1626 GENERAL_NAME *gn; in _get_crl_dp()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3873 static jobject GENERAL_NAME_to_jobject(JNIEnv* env, GENERAL_NAME* gen) { in GENERAL_NAME_to_jobject()
3929 return ASN1ToByteArray<GENERAL_NAME>(env, gen, i2d_GENERAL_NAME); in GENERAL_NAME_to_jobject()
3953 STACK_OF(GENERAL_NAME) * gn_stack; in NativeCrypto_get_X509_GENERAL_NAME_stack()
3954 bssl::UniquePtr<STACK_OF(GENERAL_NAME)> stackHolder; in NativeCrypto_get_X509_GENERAL_NAME_stack()
3958 stackHolder.reset(static_cast<STACK_OF(GENERAL_NAME)*>( in NativeCrypto_get_X509_GENERAL_NAME_stack()
3981 GENERAL_NAME* gen = sk_GENERAL_NAME_value(gn_stack, static_cast<size_t>(i)); in NativeCrypto_get_X509_GENERAL_NAME_stack()
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc348 GENERAL_NAME* subject_alt_name = in add_subject_alt_names_properties_to_peer()