Home
last modified time | relevance | path

Searched defs:gens (Results 1 – 15 of 15) 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/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.c104 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
866 GENERAL_NAMES *gens = NULL; in do_x509_check() local
Dv3_purp.c900 GENERAL_NAMES *gens; in X509_check_akid() local
/third_party/icu/tools/scripts/
Dbldicures.py99 gens = {} variable
/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/openssl/test/
Dv3nametest.c131 GENERAL_NAMES *gens = NULL; in set_altname() local
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c797 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_null(); local
/third_party/python/Python/
Dast.c45 validate_comprehension(struct validator *state, asdl_comprehension_seq *gens) in validate_comprehension()
/third_party/openssl/apps/
Dcms.c1220 GENERAL_NAMES *gens = NULL; in STACK_OF() local
Dapps.c2041 GENERAL_NAMES *gens; in get_dp_url() local
/third_party/python/Lib/test/
Dtest_ast.py1366 def wrap(gens): argument