HomeSort by relevance Sort by last modified time
    Searched defs:gens (Results 1 - 14 of 14) sorted by null

  /external/boringssl/src/crypto/x509v3/
v3_akey.c 127 GENERAL_NAMES *gens = NULL; local
183 if (!(gens = sk_GENERAL_NAME_new_null())
185 || !sk_GENERAL_NAME_push(gens, gen)) {
193 akeyid->issuer = gens;
v3_alt.c 73 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
74 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
101 GENERAL_NAMES *gens,
106 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
107 gen = sk_GENERAL_NAME_value(gens, i);
255 GENERAL_NAMES *gens = NULL; local
258 if (!(gens = sk_GENERAL_NAME_new_null())) {
266 if (!copy_issuer(ctx, gens))
272 sk_GENERAL_NAME_push(gens, gen);
275 return gens;
325 GENERAL_NAMES *gens = NULL; local
416 GENERAL_NAMES *gens = NULL; local
    [all...]
v3_crld.c 98 STACK_OF(GENERAL_NAME) *gens;
107 gens = v2i_GENERAL_NAMES(NULL, ctx, gnsect);
112 return gens;
290 GENERAL_NAMES *gens = NULL; local
315 if (!(gens = GENERAL_NAMES_new()))
317 if (!sk_GENERAL_NAME_push(gens, gen))
328 point->distpoint->name.fullname = gens;
330 gens = NULL;
339 GENERAL_NAMES_free(gens);
464 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent
    [all...]
v3name_test.cc 175 GENERAL_NAMES *gens = NULL; local
180 gens = sk_GENERAL_NAME_new_null();
181 if (gens == NULL)
208 sk_GENERAL_NAME_push(gens, gen);
211 if (!X509_add1_ext_i2d(crt, NID_subject_alt_name, gens, 0, 0))
217 GENERAL_NAMES_free(gens);
v3_purp.c 850 GENERAL_NAMES *gens; local
854 gens = akid->issuer;
855 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
856 gen = sk_GENERAL_NAME_value(gens, i);
v3_utl.c 80 GENERAL_NAMES *gens);
560 GENERAL_NAMES *gens; local
563 gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
564 ret = get_email(X509_get_subject_name(x), gens);
565 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
594 GENERAL_NAMES *gens; local
599 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
600 ret = get_email(X509_REQ_get_subject_name(x), gens);
601 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
607 GENERAL_NAMES *gens)
958 GENERAL_NAMES *gens = NULL; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 568 * The gens field acts as a tag. If it is non-zero, name points to a string
584 int gens; member in struct:opcode_desc
  /external/boringssl/src/crypto/x509/
x509_vfy.c 1358 GENERAL_NAMES *gens = NULL; local
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 701 GENERAL_NAMES *gens = NULL; local
713 gens = X509_get_ext_d2i(x509, NID_subject_alt_name, NULL, NULL);
714 if (gens == NULL)
718 if (pos > sk_GENERAL_NAME_num(gens))
721 gen = sk_GENERAL_NAME_value(gens, pos - 1);
786 if (gens)
788 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
    [all...]
  /external/mesa3d/src/intel/tools/
aubinator.c 1222 } gens[] = { local
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 945 milliseconds