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

  /src/external/bsd/wpa/dist/src/common/
sae.c 636 int z_int; local
649 if (sswu_curve_param(group, &z_int) < 0)
660 z = crypto_bignum_init_uint(abs(z_int));
675 if (z_int < 0 && crypto_bignum_sub(prime, z, z) < 0)

Completed in 25 milliseconds