HomeSort by relevance Sort by last modified time
    Searched defs:xa (Results 1 - 7 of 7) 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 10 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
30 BIGNUM *xa; /* Alice's x1 or Bob's x3 */ member in struct:JPAKE_CTX
90 ctx->xa = BN_new();
101 BN_clear_free(ctx->xa);
255 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
260 /* xa in [0, q) */
261 BN_rand_range(ctx->xa, ctx->p.q);
280 generate_step_part(&send->p1, ctx->xa, ctx->p.g, ctx);
323 * X = g^{(xa + xc + xd) * xb * s}
324 * t1 = g^xa
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 145 X509_ALGOR *xa = NULL; local
187 xa = p7->d.digest->md;
199 if (xa && !PKCS7_bio_add_digest(&out, xa))
337 X509_ALGOR *xa; local
392 xa=sk_X509_ALGOR_value(md_sk,i);
399 j=OBJ_obj2nid(xa->algorithm);
1025 X509_ATTRIBUTE *xa; local
1032 xa=sk_X509_ATTRIBUTE_value(sk,i);
1033 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 471 const uint32_t *x = 0, *xa, *xb, *xae, *xbe; local
491 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
493 xa = a->words();
494 xae = xa + wa;
501 x = xa;
516 x = xa;
529 x = xa;
546 x = xa;
690 const uint32_t *xa, *xa0, *xb, *xb0 local
735 const uint32_t* xa = a->words(); local
824 const uint32_t* xa; local
    [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:__anon2913
    [all...]

Completed in 388 milliseconds