Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/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.c552 GENERAL_NAMES *gens; in STACK_OF() local
586 GENERAL_NAMES *gens; in STACK_OF() local
1008 GENERAL_NAMES *gens = NULL; in do_x509_check() local
Dv3name_test.cc176 GENERAL_NAMES *gens = NULL; in set_altname() local
Dv3_purp.c838 GENERAL_NAMES *gens; in X509_check_akid() local
/external/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.c552 GENERAL_NAMES *gens; in STACK_OF() local
586 GENERAL_NAMES *gens; in STACK_OF() local
1008 GENERAL_NAMES *gens = NULL; in do_x509_check() local
Dv3name_test.cc176 GENERAL_NAMES *gens = NULL; in set_altname() local
Dv3_purp.c844 GENERAL_NAMES *gens; in X509_check_akid() local
/external/igt-gpu-tools/tools/null_state_gen/
DMakefile.am18 gens := 6 7 8 9 macro
/external/mesa3d/src/intel/compiler/
Dtest_eu_compact.cpp274 int gens; member
Dbrw_eu.h1379 int gens; member
Dtest_eu_validate.cpp32 } gens[] = { variable
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx_crl.c159 GENERAL_NAMES *gens, *gtmp; variable
Dx509_vfy.c1437 GENERAL_NAMES *gens = NULL; in idp_check_dp() local
/external/boringssl/src/crypto/x509/
Dx_crl.c159 GENERAL_NAMES *gens, *gtmp; variable
Dx509_vfy.c1437 GENERAL_NAMES *gens = NULL; in idp_check_dp() local
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c719 GENERAL_NAMES *gens = sk_GENERAL_NAME_new_null(); local
/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py786 def init_pool_generator(gens, random_seed=None, id_queue=None): argument
/external/python/cpython3/Lib/test/
Dtest_ast.py1302 def wrap(gens): argument
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c701 GENERAL_NAMES *gens = NULL; local
/external/python/cpython3/Python/
Dast.c44 validate_comprehension(asdl_seq *gens) in validate_comprehension()