Home
last modified time | relevance | path

Searched refs:crypto_bignum_init_set (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c67 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
76 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order, in sae_set_group()
175 x_cand = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
230 a = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ffc()
243 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
247 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
404 x = crypto_bignum_init_set(x_bin, prime_len); in sae_derive_pwe_ecc()
525 sae->tmp->pwe_ffc = crypto_bignum_init_set(pwe_buf, prime_len); in sae_derive_pwe_ffc()
715 x1 = crypto_bignum_init_set(bin, prime_len); in sswu()
757 v = crypto_bignum_init_set(bin, prime_len); in sswu()
[all …]
Ddragonfly.c94 one = crypto_bignum_init_set((const u8 *) "\x01", 1); in dragonfly_get_rand_1_to_p_1()
157 qr_or_qnr = crypto_bignum_init_set(qr_or_qnr_bin, prime_len); in dragonfly_is_quadratic_residue_blind()
Dcommon_module_tests.c420 sae.tmp->sae_rand = crypto_bignum_init_set(local_rand, in sae_tests()
422 mask = crypto_bignum_init_set(local_mask, sizeof(local_mask)); in sae_tests()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c219 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen); in compute_password_element()
263 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element()
372 val = crypto_bignum_init_set(buf, len); in eap_pwd_element_coord_ok()
430 scalar = crypto_bignum_init_set(buf, order_len); in eap_pwd_get_scalar()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h519 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
Dcrypto_wolfssl.c1025 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
Dcrypto_openssl.c1283 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function