Searched defs:gen (Results 1 - 25 of 122) sorted by last modified time

12345

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1115 GENERAL_NAME *gen; local
1123 gen = sk_GENERAL_NAME_value(ext, i);
1124 if (gen->type != type)
1126 if (os_strlen((char *) gen->d.ia5->data) == len &&
1127 os_memcmp(value, gen->d.ia5->data, len) == 0)
1217 GENERAL_NAME *gen;
1229 gen = sk_GENERAL_NAME_value(ext, j);
1230 if (gen->type != GEN_DNS)
1234 gen->d.dNSName->data,
1235 gen
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c164 u8 gen; local
171 gen = generator;
195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1115 GENERAL_NAME *gen; local
1123 gen = sk_GENERAL_NAME_value(ext, i);
1124 if (gen->type != type)
1126 if (os_strlen((char *) gen->d.ia5->data) == len &&
1127 os_memcmp(value, gen->d.ia5->data, len) == 0)
1217 GENERAL_NAME *gen;
1229 gen = sk_GENERAL_NAME_value(ext, j);
1230 if (gen->type != GEN_DNS)
1234 gen->d.dNSName->data,
1235 gen
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c164 u8 gen; local
171 gen = generator;
195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1115 GENERAL_NAME *gen; local
1123 gen = sk_GENERAL_NAME_value(ext, i);
1124 if (gen->type != type)
1126 if (os_strlen((char *) gen->d.ia5->data) == len &&
1127 os_memcmp(value, gen->d.ia5->data, len) == 0)
1217 GENERAL_NAME *gen;
1229 gen = sk_GENERAL_NAME_value(ext, j);
1230 if (gen->type != GEN_DNS)
1234 gen->d.dNSName->data,
1235 gen
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.c164 u8 gen; local
171 gen = generator;
195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
/external/valgrind/main/helgrind/
H A Dlibhb_core.c4095 UWord gen; /* when most recently accessed */ member in struct:__anon32857
4120 static UWord oldrefGenIncAt = 0; /* inc gen # when size hits this */
4238 ref->gen = oldrefGen;
4246 if (0) VG_(printf)("oldrefTree: new gen %lu at size %lu\n",
4252 ref->gen = oldrefGen;
4542 key = oldref->gen;
4618 if (0) VG_(printf)(" xxx: gen %ld has %lu\n",
4633 if (0) VG_(printf)(" XXX: gen %lu has %lu\n", keyW, valW );
4665 if (oldref->gen <= maxGen) {
4735 oldrefGenIncAt = oldrefTreeN; /* start new gen righ
[all...]
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h325 static const char* TypeModifierString(TypeModifier t, GrGLSLGeneration gen) { argument
338 return k110_GrGLSLGeneration == gen ? "attribute" : "in";
340 return k110_GrGLSLGeneration == gen ? "varying" : "in";
342 return k110_GrGLSLGeneration == gen ? "varying" : "out";
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h346 static void makeReference(unsigned int id, unsigned int gen, SkPdfNativeObject* obj) { argument
351 obj->fRef.fGen = gen;
355 static void resetAndMakeReference(unsigned int id, unsigned int gen, SkPdfNativeObject* obj) { argument
357 makeReference(id, gen, obj);
H A DSkPdfNativeTokenizer.cpp110 SkPdfNativeObject* gen = array->removeLastInArray(); local
114 (unsigned int)gen->intValue(), newObj);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc131 const ParamGenerator<int> gen = Range(0, 10); local
132 ParamGenerator<int>::iterator it = gen.begin();
166 const ParamGenerator<int> gen = Range(0, 3); local
168 VerifyGenerator(gen, expected_values);
174 const ParamGenerator<int> gen = Range(0, 1); local
176 VerifyGenerator(gen, expected_values);
182 const ParamGenerator<int> gen = Range(0, 0); local
183 VerifyGeneratorIsEmpty(gen);
189 const ParamGenerator<int> gen = Range(0, 9, 3); local
191 VerifyGenerator(gen, expected_value
199 const ParamGenerator<int> gen = Range(0, 4, 3); local
231 const ParamGenerator<DogAdder> gen = local
265 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); local
281 const ParamGenerator<int> gen = ValuesIn(array); local
289 const ParamGenerator<int> gen = ValuesIn(array); local
297 const ParamGenerator<int> gen = ValuesIn(array); local
309 const ParamGenerator<int> gen = ValuesIn(values); local
322 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
334 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
345 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
352 const ParamGenerator<int> gen = Values(3, 5, 8); local
361 const ParamGenerator<double> gen = Values(3, 5.0f, 8.0); local
368 const ParamGenerator<int> gen = Values( local
387 const ParamGenerator<int> gen = Values(42); local
395 const ParamGenerator<bool> gen = Bool(); local
434 const ParamGenerator<tuple<const char*, int> > gen = local
445 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1), local
460 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42), local
471 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), local
481 const ParamGenerator<tuple<int, int> > gen = Combine(Range(0, 0), local
489 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), local
500 int, int> > gen = Combine(Values(foo, bar), local
518 ParamGenerator<int> gen = Values(1, 2); local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/openssl/apps/
H A Dcms.c1266 GENERAL_NAME *gen; local
1273 gen = sk_GENERAL_NAME_value(gens, j);
1275 GENERAL_NAME_print(out, gen);
1339 GENERAL_NAME *gen = NULL; local
1346 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0);
1347 if (!gen)
1352 if (!sk_GENERAL_NAME_push(gens, gen))
1354 gen = NULL;
1367 if (gen)
1368 GENERAL_NAME_free(gen);
[all...]
/external/openssl/crypto/ec/
H A Deck_prn.c154 BIGNUM *p=NULL, *a=NULL, *b=NULL, *gen=NULL, local
243 if ((gen = EC_POINT_point2bn(x, point,
255 if (buf_len < (i = (size_t)BN_num_bytes(gen)))
310 if ((gen != NULL) && !ASN1_bn_print(bp, gen_compressed, gen,
316 if ((gen != NULL) && !ASN1_bn_print(bp, gen_uncompressed, gen,
322 if ((gen != NULL) && !ASN1_bn_print(bp, gen_hybrid, gen,
343 if (gen)
[all...]
/external/openssl/crypto/
H A Dex_data.c301 EX_CLASS_ITEM d, *p, *gen; local
308 gen = OPENSSL_malloc(sizeof(EX_CLASS_ITEM));
309 if(gen)
311 gen->class_index = class_index;
312 gen->meth_num = 0;
313 gen->meth = sk_CRYPTO_EX_DATA_FUNCS_new_null();
314 if(!gen->meth)
315 OPENSSL_free(gen);
320 (void)lh_EX_CLASS_ITEM_insert(ex_data, gen);
321 p = gen;
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_cl.c102 GENERAL_NAME *gen; local
103 gen = GENERAL_NAME_new();
104 if (gen == NULL)
106 if (!X509_NAME_set(&gen->d.directoryName, nm))
108 GENERAL_NAME_free(gen);
111 gen->type = GEN_DIRNAME;
114 req->tbsRequest->requestorName = gen;
H A Docsp_vfy.c367 GENERAL_NAME *gen; local
375 gen = req->tbsRequest->requestorName;
376 if (!gen || gen->type != GEN_DIRNAME)
381 nm = gen->d.directoryName;
/external/openssl/crypto/rand/
H A Drand_win.c244 CRYPTGENRANDOM gen = NULL; local
344 gen = (CRYPTGENRANDOM) GetProcAddress(advapi,
350 if (acquire && gen && release)
357 if (gen(hProvider, sizeof(buf), buf) != 0)
371 if (gen(hProvider, sizeof(buf), buf) != 0)
/external/openssl/crypto/x509/
H A Dx509_vfy.c1253 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); local
1254 if (gen->type != GEN_DIRNAME)
1256 if (!X509_NAME_cmp(gen->d.directoryName, nm))
/external/openssl/crypto/x509v3/
H A Dv3_akey.c120 GENERAL_NAME *gen = NULL; local
187 || !(gen = GENERAL_NAME_new())
188 || !sk_GENERAL_NAME_push(gens, gen))
193 gen->type = GEN_DIRNAME;
194 gen->d.dirn = isname;
H A 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; local
99 gen = sk_GENERAL_NAME_value(gens, i);
100 ret = i2v_GENERAL_NAME(method, gen, ret);
107 GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret)
112 switch (gen->type)
127 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
131 X509V3_add_value_uchar("DNS",gen->d.ia5->data, &ret);
135 X509V3_add_value_uchar("URI",gen
177 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) argument
259 GENERAL_NAME *gen; local
276 GENERAL_NAME *gen; local
327 GENERAL_NAME *gen; local
348 GENERAL_NAME *gen = NULL; local
399 GENERAL_NAME *gen; local
429 GENERAL_NAME *gen = NULL; local
566 do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
591 do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
[all...]
H A Dv3_crld.c316 GENERAL_NAME *gen = NULL; local
341 if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
345 if(!sk_GENERAL_NAME_push(gens, gen))
347 gen = NULL;
367 GENERAL_NAME_free(gen);
H A Dv3_purp.c335 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); local
336 if (gen->type == GEN_DIRNAME)
338 iname = gen->d.directoryName;
749 GENERAL_NAME *gen; local
755 gen = sk_GENERAL_NAME_value(gens, i);
756 if(gen->type == GEN_DIRNAME)
758 nm = gen->d.dirn;

Completed in 3156 milliseconds

12345