Lines Matching refs:pwe
190 struct crypto_bignum *pwe)
252 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
264 is_val = crypto_bignum_is_zero(pwe);
266 is_val = crypto_bignum_is_one(pwe);
465 struct crypto_bignum *pwe;
475 pwe = crypto_bignum_init();
476 if (!pwe_buf || !pwe)
517 res = sae_test_pwd_seed_ffc(sae, pwd_seed, pwe);
525 if (crypto_bignum_to_bin(pwe, pwe_buf + prime_len, prime_len,
541 crypto_bignum_deinit(pwe, 1);