Home
last modified time | relevance | path

Searched refs:gen (Results 1 – 25 of 123) sorted by relevance

12345

/external/openssl/crypto/x509v3/
Dv3_alt.c68 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
69 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
97 GENERAL_NAME *gen; in STACK_OF() local
99 gen = sk_GENERAL_NAME_value(gens, i); in STACK_OF()
100 ret = i2v_GENERAL_NAME(method, gen, ret); in STACK_OF()
107 GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret) in STACK_OF()
112 switch (gen->type) in STACK_OF()
127 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret); in STACK_OF()
131 X509V3_add_value_uchar("DNS",gen->d.ia5->data, &ret); in STACK_OF()
135 X509V3_add_value_uchar("URI",gen->d.ia5->data, &ret); in STACK_OF()
[all …]
Dv3_ncons.c75 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
76 static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen);
286 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check() local
287 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()
296 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() argument
308 if (gen->type != sub->base->type) in nc_match()
317 r = nc_match_single(gen, sub->base); in nc_match()
332 if (gen->type != sub->base->type) in nc_match()
337 r = nc_match_single(gen, sub->base); in nc_match()
349 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single() argument
[all …]
Dv3_genn.c228 int GENERAL_NAME_set0_othername(GENERAL_NAME *gen, in GENERAL_NAME_set0_othername() argument
237 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth); in GENERAL_NAME_set0_othername()
241 int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, in GENERAL_NAME_get0_otherName() argument
244 if (gen->type != GEN_OTHERNAME) in GENERAL_NAME_get0_otherName()
247 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
249 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
Dv3_akey.c120 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID() local
187 || !(gen = GENERAL_NAME_new()) in v2i_AUTHORITY_KEYID()
188 || !sk_GENERAL_NAME_push(gens, gen)) in v2i_AUTHORITY_KEYID()
193 gen->type = GEN_DIRNAME; in v2i_AUTHORITY_KEYID()
194 gen->d.dirn = isname; in v2i_AUTHORITY_KEYID()
Dv3_purp.c335 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in setup_dp() local
336 if (gen->type == GEN_DIRNAME) in setup_dp()
338 iname = gen->d.directoryName; in setup_dp()
749 GENERAL_NAME *gen; in X509_check_akid() local
755 gen = sk_GENERAL_NAME_value(gens, i); in X509_check_akid()
756 if(gen->type == GEN_DIRNAME) in X509_check_akid()
758 nm = gen->d.dirn; in X509_check_akid()
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc131 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
132 ParamGenerator<int>::iterator it = gen.begin(); in TEST()
166 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
168 VerifyGenerator(gen, expected_values); in TEST()
174 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
176 VerifyGenerator(gen, expected_values); in TEST()
182 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
183 VerifyGeneratorIsEmpty(gen); in TEST()
189 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
191 VerifyGenerator(gen, expected_values); in TEST()
[all …]
/external/gtest/test/
Dgtest-param-test_test.cc131 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
132 ParamGenerator<int>::iterator it = gen.begin(); in TEST()
166 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
168 VerifyGenerator(gen, expected_values); in TEST()
174 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
176 VerifyGenerator(gen, expected_values); in TEST()
182 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
183 VerifyGeneratorIsEmpty(gen); in TEST()
189 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
191 VerifyGenerator(gen, expected_values); in TEST()
[all …]
/external/e2fsprogs/util/
DMakefile.in22 all:: $(PROGS) gen-tarball
32 gen-tarball: $(srcdir)/gen-tarball.in $(top_builddir)/config.status
34 @cd $(top_builddir); CONFIG_FILES=util/gen-tarball ./config.status
35 @chmod +x gen-tarball
37 tarballs: gen-tarball
38 sh gen-tarball debian
39 sh gen-tarball all
40 sh gen-tarball subset
/external/chromium/third_party/libevent/test/
DMakefile.am5 EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
9 BUILT_SOURCES = regress.gen.c regress.gen.h
20 regress.gen.c regress.gen.h
25 regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
DMakefile.in53 regress.gen.$(OBJEXT)
199 EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
200 BUILT_SOURCES = regress.gen.c regress.gen.h
211 regress.gen.c regress.gen.h
476 regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
/external/chromium/third_party/icu/source/test/intltest/
Ddtptngts.cpp299 DateTimePatternGenerator *gen = DateTimePatternGenerator::createInstance(deLocale, status); in testAPI() local
304 UnicodeString findPattern = gen->getBestPattern(UnicodeString("MMMddHmm"), status); in testAPI()
308 delete gen; in testAPI()
314 delete gen; in testAPI()
328 …conflictingStatus = gen->addPattern(UnicodeString("d'. von' MMMM", -1, US_INV), true, conflictingP… in testAPI()
333 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI()
334 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status); in testAPI()
335 format->applyPattern(gen->getBestPattern(UnicodeString("MMMMddHmm"), status)); in testAPI()
359 UnicodeString newPattern = gen->replaceFieldTypes(pattern, UnicodeString("vvvv"), status); in testAPI()
370 gen->setDecimal(newDecimal); in testAPI()
[all …]
/external/icu4c/test/intltest/
Ddtptngts.cpp300 DateTimePatternGenerator *gen = DateTimePatternGenerator::createInstance(deLocale, status); in testAPI() local
305 UnicodeString findPattern = gen->getBestPattern(UnicodeString("MMMddHmm"), status); in testAPI()
309 delete gen; in testAPI()
315 delete gen; in testAPI()
329 …conflictingStatus = gen->addPattern(UnicodeString("d'. von' MMMM", -1, US_INV), true, conflictingP… in testAPI()
334 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI()
335 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status); in testAPI()
336 format->applyPattern(gen->getBestPattern(UnicodeString("MMMMdHmm"), status)); in testAPI()
360 UnicodeString newPattern = gen->replaceFieldTypes(pattern, UnicodeString("vvvv"), status); in testAPI()
371 gen->setDecimal(newDecimal); in testAPI()
[all …]
/external/openssl/crypto/ec/
Deck_prn.c154 BIGNUM *p=NULL, *a=NULL, *b=NULL, *gen=NULL, in ECPKParameters_print() local
242 if ((gen = EC_POINT_point2bn(x, point, in ECPKParameters_print()
254 if (buf_len < (i = (size_t)BN_num_bytes(gen))) in ECPKParameters_print()
309 if ((gen != NULL) && !ASN1_bn_print(bp, gen_compressed, gen, in ECPKParameters_print()
315 if ((gen != NULL) && !ASN1_bn_print(bp, gen_uncompressed, gen, in ECPKParameters_print()
321 if ((gen != NULL) && !ASN1_bn_print(bp, gen_hybrid, gen, in ECPKParameters_print()
342 if (gen) in ECPKParameters_print()
343 BN_free(gen); in ECPKParameters_print()
/external/ipsec-tools/src/racoon/
Dvendorid.c209 check_vendorid(struct isakmp_gen *gen) in check_vendorid() argument
215 if (gen == NULL) in check_vendorid()
218 vidlen = ntohs(gen->len) - sizeof(*gen); in check_vendorid()
220 current = lookup_vendor_id_by_hash((char *)(gen + 1)); in check_vendorid()
237 plogdump(LLV_DEBUG, (char *)(gen + 1), vidlen); in check_vendorid()
Disakmp_inf.c132 struct isakmp_gen *gen; local
168 if (msg->l < sizeof(*isakmp) + sizeof(*gen)) {
176 gen = (struct isakmp_gen *)((caddr_t)isakmp + sizeof(struct isakmp));
177 np = gen->np;
195 if (msg->l < sizeof(*isakmp) + ntohs(gen->len) + sizeof(*nd)) {
202 p = (caddr_t) gen + sizeof(struct isakmp_gen);
203 nd = (struct isakmp_gen *) ((caddr_t) gen + ntohs(gen->len));
207 ntohs(gen->len))) {
238 if (ntohs(gen->len) - sizeof(struct isakmp_gen) != hash->l) {
313 s_isakmp_nptype(gen->np));
[all …]
/external/openssl/crypto/
Dex_data.c301 EX_CLASS_ITEM d, *p, *gen; in def_get_class() local
308 gen = OPENSSL_malloc(sizeof(EX_CLASS_ITEM)); in def_get_class()
309 if(gen) in def_get_class()
311 gen->class_index = class_index; in def_get_class()
312 gen->meth_num = 0; in def_get_class()
313 gen->meth = sk_CRYPTO_EX_DATA_FUNCS_new_null(); in def_get_class()
314 if(!gen->meth) in def_get_class()
315 OPENSSL_free(gen); in def_get_class()
320 (void)lh_EX_CLASS_ITEM_insert(ex_data, gen); in def_get_class()
321 p = gen; in def_get_class()
/external/openssl/crypto/ocsp/
Docsp_cl.c102 GENERAL_NAME *gen; in OCSP_request_set1_name() local
103 gen = GENERAL_NAME_new(); in OCSP_request_set1_name()
104 if (gen == NULL) in OCSP_request_set1_name()
106 if (!X509_NAME_set(&gen->d.directoryName, nm)) in OCSP_request_set1_name()
108 GENERAL_NAME_free(gen); in OCSP_request_set1_name()
111 gen->type = GEN_DIRNAME; in OCSP_request_set1_name()
114 req->tbsRequest->requestorName = gen; in OCSP_request_set1_name()
Docsp_vfy.c363 GENERAL_NAME *gen; in OCSP_request_verify() local
371 gen = req->tbsRequest->requestorName; in OCSP_request_verify()
372 if (!gen || gen->type != GEN_DIRNAME) in OCSP_request_verify()
377 nm = gen->d.directoryName; in OCSP_request_verify()
/external/chromium/third_party/icu/source/data/locales/
Den_HK.txt89 "Jōgen",
103 "Chōgen",
159 "Shōgen",
178 "Kōgen",
180 "Shōgen",
/external/v8/test/cctest/
Dtest-strings.cc19 static uint32_t gen() { in gen() function
86 int len = gen() % 16; in InitializeBuildingBlocks()
90 switch (gen() % 4) { in InitializeBuildingBlocks()
94 buf[j] = gen() % 65536; in InitializeBuildingBlocks()
106 buf[j] = gen() % 128; in InitializeBuildingBlocks()
118 buf[j] = gen() % 65536; in InitializeBuildingBlocks()
130 buf[j] = gen() % 128; in InitializeBuildingBlocks()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MSDOS/
DMSC70.make32 gen.obj \
48 gen.c \
104 gen.obj : gen.c flexdef.h
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/OS2/
DMakefile.os223 FLEXOBJS = ccl$O dfa$O ecs$O gen$O main$O misc$O nfa$O parse$O \
50 gen$O : gen.c flexdef.h
/external/icu4c/data/locales/
Den_HK.txt170 "Jōgen",
184 "Chōgen",
240 "Shōgen",
259 "Kōgen",
261 "Shōgen",
/external/clearsilver/python/examples/trans/
DREADME21 Check out the 'testroot/gen' directory.
26 1) Make sure "gen/tmpl/<lang>" and "gen/tmpl" are in hdf.loadpaths
58 database. trans then creates a 'gen' tree where your source files
/external/openssl/apps/
Dcms.c1231 GENERAL_NAME *gen; in gnames_stack_print() local
1238 gen = sk_GENERAL_NAME_value(gens, j); in gnames_stack_print()
1240 GENERAL_NAME_print(out, gen); in gnames_stack_print()
1304 GENERAL_NAME *gen = NULL; in STACK_OF() local
1311 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); in STACK_OF()
1312 if (!gen) in STACK_OF()
1317 if (!sk_GENERAL_NAME_push(gens, gen)) in STACK_OF()
1319 gen = NULL; in STACK_OF()
1332 if (gen) in STACK_OF()
1333 GENERAL_NAME_free(gen); in STACK_OF()

12345