HomeSort by relevance Sort by last modified time
    Searched full:gens (Results 1 - 25 of 29) sorted by null

1 2

  /external/boringssl/src/crypto/x509v3/
v3_alt.c 69 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
70 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
97 GENERAL_NAMES *gens, STACK_OF(CONF_VALUE) *ret)
101 for(i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
102 gen = sk_GENERAL_NAME_value(gens, i);
249 GENERAL_NAMES *gens = NULL; local
252 if(!(gens = sk_GENERAL_NAME_new_null())) {
260 if(!copy_issuer(ctx, gens)) goto err;
265 sk_GENERAL_NAME_push(gens, gen);
268 return gens;
315 GENERAL_NAMES *gens = NULL; local
404 GENERAL_NAMES *gens = NULL; local
    [all...]
v3_crld.c 99 STACK_OF(GENERAL_NAME) *gens;
109 gens = v2i_GENERAL_NAMES(NULL, ctx, gnsect);
114 return gens;
315 GENERAL_NAMES *gens = NULL; local
343 if(!(gens = GENERAL_NAMES_new()))
345 if(!sk_GENERAL_NAME_push(gens, gen))
357 point->distpoint->name.fullname = gens;
359 gens = NULL;
368 GENERAL_NAMES_free(gens);
507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent
    [all...]
v3_utl.c 76 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens);
470 GENERAL_NAMES *gens; local
473 gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
474 ret = get_email(X509_get_subject_name(x), gens);
475 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
506 GENERAL_NAMES *gens; local
511 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
512 ret = get_email(X509_REQ_get_subject_name(x), gens);
513 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
519 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens)
896 GENERAL_NAMES *gens = NULL; local
    [all...]
v3_akey.c 123 GENERAL_NAMES * gens = NULL; local
190 if(!(gens = sk_GENERAL_NAME_new_null())
192 || !sk_GENERAL_NAME_push(gens, gen))
201 akeyid->issuer = gens;
v3nametest.c 162 GENERAL_NAMES *gens = NULL; local
167 gens = sk_GENERAL_NAME_new_null();
168 if (gens == NULL)
196 sk_GENERAL_NAME_push(gens, gen);
199 if (!X509_add1_ext_i2d(crt, NID_subject_alt_name, gens, 0, 0))
205 GENERAL_NAMES_free(gens);
v3_purp.c 785 GENERAL_NAMES *gens; local
789 gens = akid->issuer;
790 for(i = 0; i < sk_GENERAL_NAME_num(gens); i++)
792 gen = sk_GENERAL_NAME_value(gens, i);
  /external/mesa3d/src/mesa/main/
texstate.c 85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS;
651 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
762 texUnit->GenS.Mode = GL_EYE_LINEAR;
766 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR;
772 ASSIGN_4V( texUnit->GenS.ObjectPlane, 1.0, 0.0, 0.0, 0.0 );
776 ASSIGN_4V( texUnit->GenS.EyePlane, 1.0, 0.0, 0.0, 0.0 );
texgen.c 56 ? &texUnit->GenS : NULL;
61 return &texUnit->GenS;
attrib.c 705 _mesa_TexGeni(GL_S, GL_TEXTURE_GEN_MODE, unit->GenS.Mode);
709 _mesa_TexGenfv(GL_S, GL_OBJECT_PLANE, unit->GenS.ObjectPlane);
716 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
721 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
    [all...]
context.c     [all...]
ffvertex_prog.c 260 texUnit->GenS.Mode );
    [all...]
mtypes.h     [all...]
  /external/boringssl/src/crypto/x509/
x_crl.c 155 GENERAL_NAMES *gens, *gtmp;
160 gens = NULL;
178 gens = gtmp;
188 rev->issuer = gens;
x509_vfy.c 1311 GENERAL_NAMES *gens = NULL; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 279 switch (texUnit->GenS.Mode) {
281 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane);
284 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane);
t_vb_texgen.c 369 switch (texUnit->GenS.Mode) {
373 texUnit->GenS.ObjectPlane );
378 texUnit->GenS.EyePlane );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 893 (texUnit->GenS.Mode == texUnit->GenT.Mode) ) {
895 (texUnit->GenS.Mode != texUnit->GenR.Mode)) ||
897 (texUnit->GenS.Mode != texUnit->GenQ.Mode)) ) {
921 switch (texUnit->GenS.Mode) {
925 texUnit->GenS.ObjectPlane,
934 texUnit->GenS.EyePlane,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 196 { &u->GenS, &u->GenT, &u->GenR, &u->GenQ }) [i];
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/kernel-headers/original/uapi/linux/
bcache.h 296 /* Bucket prios/gens */
  /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/harfbuzz_ng/test/shaping/
hb_test_tools.py 222 gens = tuple (Ngram.generator (n) for n in ns)
229 for gen in gens:
  /external/mesa3d/src/mesa/program/
prog_statevars.c 210 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane);
222 COPY_4V(value, ctx->Texture.Unit[unit].GenS.ObjectPlane);
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /packages/apps/TvSettings/Settings/res/values-ca/
strings.xml     [all...]

Completed in 2733 milliseconds

1 2