Home | History | Annotate | Download | only in common

Lines Matching defs:one

760 	 * If K is identity element (one), reject.
961 * shall be dropped if the peer-scalar is identical to the one used in
1040 struct crypto_bignum *res, *one;
1058 one = crypto_bignum_init_set(one_bin, sizeof(one_bin));
1059 if (!res || !one ||
1060 crypto_bignum_sub(sae->tmp->prime, one, res) ||
1065 crypto_bignum_deinit(one, 0);
1069 crypto_bignum_deinit(one, 0);