Home
last modified time | relevance | path

Searched defs:gens (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/hof/detail/
Dseq.hpp32 struct gens struct
39 template<> struct gens<0> : seq<> {}; struct
40 template<> struct gens<1> : seq<0> {}; struct
/third_party/boringssl/src/crypto/x509v3/
Dv3_alt.c261 GENERAL_NAMES *gens = NULL; in v2i_issuer_alt() local
289 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens) in copy_issuer()
331 GENERAL_NAMES *gens = NULL; in v2i_subject_alt() local
365 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email()
422 GENERAL_NAMES *gens = NULL; in v2i_GENERAL_NAMES() local
Dv3_akey.c130 GENERAL_NAMES *gens = NULL; in v2i_AUTHORITY_KEYID() local
Dv3_crld.c290 GENERAL_NAMES *gens = NULL; in v2i_crld() local
464 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens()
Dv3_utl.c553 GENERAL_NAMES *gens; in STACK_OF() local
587 GENERAL_NAMES *gens; in STACK_OF() local
1009 GENERAL_NAMES *gens = NULL; in do_x509_check() local
Dv3name_test.cc176 GENERAL_NAMES *gens = NULL; in set_altname() local
Dv3_purp.c803 GENERAL_NAMES *gens; in X509_check_akid() local
/third_party/openssl/crypto/x509v3/
Dv3_alt.c226 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_reserve(NULL, num); in v2i_issuer_alt() local
257 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens) in copy_issuer()
303 GENERAL_NAMES *gens; in v2i_subject_alt() local
342 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email()
400 GENERAL_NAMES *gens; in v2i_GENERAL_NAMES() local
Dv3_akey.c76 GENERAL_NAMES *gens = NULL; in v2i_AUTHORITY_KEYID() local
Dv3_crld.c241 GENERAL_NAMES *gens = NULL; in v2i_crld() local
409 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens()
Dv3_utl.c446 GENERAL_NAMES *gens; in STACK_OF() local
480 GENERAL_NAMES *gens; in STACK_OF() local
855 GENERAL_NAMES *gens = NULL; in do_x509_check() local
Dv3_purp.c900 GENERAL_NAMES *gens; in X509_check_akid() local
/third_party/openssl/crypto/x509/
Dx_crl.c86 GENERAL_NAMES *gens, *gtmp; variable
Dx509_vfy.c1363 GENERAL_NAMES *gens = NULL; in idp_check_dp() local
/third_party/boringssl/src/crypto/x509/
Dx_crl.c156 GENERAL_NAMES *gens, *gtmp; variable
Dx509_vfy.c1419 GENERAL_NAMES *gens = NULL; in idp_check_dp() local
/third_party/openssl/test/
Dv3nametest.c131 GENERAL_NAMES *gens = NULL; in set_altname() local
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c719 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_null(); local
/third_party/openssl/apps/
Dcms.c1220 GENERAL_NAMES *gens = NULL; in STACK_OF() local
Dapps.c2037 GENERAL_NAMES *gens; in get_dp_url() local
/third_party/python/Lib/test/
Dtest_ast.py1310 def wrap(gens): argument
/third_party/python/Python/
Dast.c44 validate_comprehension(asdl_seq *gens) in validate_comprehension()