HomeSort by: relevance | last modified time | path
    Searched defs:x1b (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
sae.c 639 *x1a, *x1b, *y = NULL; local
667 x1b = crypto_bignum_init();
672 !x1a || !x1b || !x2 || !gx1 || !gx2)
715 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0)
717 debug_print_bignum("SSWU: x1b = (-b/a) * (1 + t)", x1b, prime_len);
719 /* x1 = CSEL(CEQ(m, 0), x1a, x1b) */
721 crypto_bignum_to_bin(x1b, bin2, sizeof(bin2), prime_len) < 0)
727 debug_print_bignum("SSWU: x1 = CSEL(l, x1a, x1b)", x1, prime_len);
812 crypto_bignum_deinit(x1b, 1)
    [all...]
sae.c 639 *x1a, *x1b, *y = NULL; local
667 x1b = crypto_bignum_init();
672 !x1a || !x1b || !x2 || !gx1 || !gx2)
715 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0)
717 debug_print_bignum("SSWU: x1b = (-b/a) * (1 + t)", x1b, prime_len);
719 /* x1 = CSEL(CEQ(m, 0), x1a, x1b) */
721 crypto_bignum_to_bin(x1b, bin2, sizeof(bin2), prime_len) < 0)
727 debug_print_bignum("SSWU: x1 = CSEL(l, x1a, x1b)", x1, prime_len);
812 crypto_bignum_deinit(x1b, 1)
    [all...]

Completed in 42 milliseconds