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

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 147 } xa, xb; local
149 #define b xb.x8
312 } xa, xb; local
314 #define b xb.x8
  /external/iproute2/ip/
xfrm_policy.c 625 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
626 struct rtnl_handle *rth = xb->rth;
662 if (xb->offset > xb->size) {
667 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
678 xb->offset += new_n->nlmsg_len;
679 xb->nlmsg_count ++;
756 struct xfrm_buffer xb; local
760 xb.buf = buf
    [all...]
xfrm_state.c 830 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
831 struct rtnl_handle *rth = xb->rth;
852 if (xb->offset > xb->size) {
857 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
869 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
872 xb->offset += new_n->nlmsg_len;
873 xb->nlmsg_count ++;
924 struct xfrm_buffer xb; local
    [all...]
  /external/openssl/crypto/jpake/
jpake.c 10 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
31 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member in struct:JPAKE_CTX
91 ctx->xb = BN_new();
100 BN_clear_free(ctx->xb);
255 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
268 /* ... and xb in [0, q-1) */
269 BN_rand_range(ctx->xb, qm1);
271 BN_add_word(ctx->xb, 1);
281 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
323 * X = g^{(xa + xc + xd) * xb * s
    [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 528 uint8_t xb = LMP_U8(frm); local
543 printf("D_B %d T_B %d N_B %d X_B %d\n", db, tb, nb, xb);
570 uint8_t xb = LMP_U8(frm); local
581 printf("D_B %d T_B %d N_B %d X_B %d\n", db, tb, nb, xb);
  /bionic/libc/stdlib/
strtod.c 674 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
700 xb = b->x;
701 xbe = xb + wb;
704 for(; xb < xbe; xb++, xc0++) {
705 if ((y = *xb & 0xffff) != 0) {
719 if ((y = *xb >> 16) != 0) {
736 for(; xb < xbe; xc0++) {
737 if (y = *xb++) {
885 ULong *xa, *xa0, *xb, *xb0 local
929 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 757 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
784 xb = b->x;
785 xbe = xb + wb;
788 for(; xb < xbe; xc0++) {
789 if ((y = *xb++)) {
804 for(; xb < xbe; xb++, xc0++) {
805 if (y = *xb & 0xffff) {
819 if (y = *xb >> 16) {
836 for(; xb < xbe; xc0++)
984 ULong *xa, *xa0, *xb, *xb0; local
1020 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 471 const uint32_t *x = 0, *xa, *xb, *xae, *xbe; local
495 xb = b->words();
496 xbe = xb + wb;
499 for (; xb < xbe; xc0++) {
500 if ((y = *xb++)) {
514 for (; xb < xbe; xb++, xc0++) {
515 if ((y = *xb & 0xffff)) {
528 if ((y = *xb >> 16)) {
544 for(; xb < xbe; xc0++)
690 const uint32_t *xa, *xa0, *xb, *xb0; local
738 const uint32_t* xb = b->words(); local
    [all...]

Completed in 170 milliseconds