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

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 147 } xa, xb; local
148 #define a xa.x8
312 } xa, xb; local
313 #define a xa.x8
  /external/openssl/crypto/jpake/
jpake.c 9 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
29 BIGNUM *xa; /* Alice's x1 or Bob's x3 */ member in struct:JPAKE_CTX
89 ctx->xa = BN_new();
100 BN_clear_free(ctx->xa);
254 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
259 /* xa in [0, q) */
260 BN_rand_range(ctx->xa, ctx->p.q);
279 generate_step_part(&send->p1, ctx->xa, ctx->p.g, ctx);
322 * X = g^{(xa + xc + xd) * xb * s}
323 * t1 = g^xa
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 260 X509_ALGOR *xa = NULL; local
301 xa = p7->d.digest->md;
315 if (xa && !PKCS7_bio_add_digest(&out, xa))
417 X509_ALGOR *xa; local
472 xa=sk_X509_ALGOR_value(md_sk,i);
479 j=OBJ_obj2nid(xa->algorithm);
1128 X509_ATTRIBUTE *xa; local
1135 xa=sk_X509_ATTRIBUTE_value(sk,i);
1136 if (OBJ_cmp(xa->object,o) == 0
    [all...]
  /bionic/libc/stdlib/
strtod.c 674 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
696 for(x = c->x, xa = x + wc; x < xa; x++)
698 xa = a->x;
699 xae = xa + wa;
706 x = xa;
720 x = xa;
738 x = xa;
885 ULong *xa, *xa0, *xb, *xb0; local
906 xa = xa0 + j
929 ULong *xa, *xae, *xb, *xbe, *xc; local
1055 ULong *xa, *xa0, w, y, z; local
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 757 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
780 for(x = c->x, xa = x + wc; x < xa; x++)
782 xa = a->x;
783 xae = xa + wa;
790 x = xa;
806 x = xa;
820 x = xa;
838 x = xa;
984 ULong *xa, *xa0, *xb, *xb0 local
1020 ULong *xa, *xae, *xb, *xbe, *xc; local
1154 ULong *xa, *xa0, w, y, z; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 472 const uint32_t *x = 0, *xa, *xb, *xae, *xbe; local
492 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
494 xa = a->words();
495 xae = xa + wa;
502 x = xa;
517 x = xa;
530 x = xa;
547 x = xa;
691 const uint32_t *xa, *xa0, *xb, *xb0 local
736 const uint32_t* xa = a->words(); local
825 const uint32_t* xa; local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 805 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
828 for(x = c->x, xa = x + wc; x < xa; x++)
830 xa = a->x;
831 xae = xa + wa;
838 x = xa;
854 x = xa;
868 x = xa;
886 x = xa;
1032 ULong *xa, *xa0, *xb, *xb0 variable
1068 ULong *xa, *xae, *xb, *xbe, *xc; variable
1202 ULong *xa, *xa0, w, y, z; variable
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 251 __u8 xa_flag; /* 1: "is XA disk" */
319 * - XA data (green, mode2 form1): | sync - head - sub - data - EDC - ECC |
322 * - XA data (green, mode2 form2): | sync - head - sub - data - Spare |
337 #define CD_SUBHEAD_SIZE 8 /* subheader bytes per raw XA data frame */
348 #define CD_XA_HEAD (CD_HEAD_SIZE+CD_SUBHEAD_SIZE) /* "before data" part of raw XA frame */
349 #define CD_XA_TAIL (CD_EDC_SIZE+CD_ECC_SIZE) /* "after data" part of raw XA frame */
350 #define CD_XA_SYNC_HEAD (CD_SYNC_SIZE+CD_XA_HEAD) /* sync bytes + header of XA frame */
1000 int xa; member in struct:__anon4606
    [all...]

Completed in 668 milliseconds