Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c173 one = crypto_bignum_init_set((const u8 *) "\x01", 1); in compute_password_element()
248 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen); in compute_password_element()
293 qr_or_qnr = crypto_bignum_init_set(qr_or_qnr_bin, primebytelen); in compute_password_element()
322 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element()
435 val = crypto_bignum_init_set(buf, len); in eap_pwd_element_coord_ok()
493 scalar = crypto_bignum_init_set(buf, order_len); in eap_pwd_get_scalar()
/external/wpa_supplicant_8/src/common/
Dsae.c77 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
85 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order, in sae_set_group()
162 bn = crypto_bignum_init_set(val, order_len); in sae_get_rand()
217 r = crypto_bignum_init_set(tmp, prime_len); in get_rand_1_to_p_1()
276 qr_or_qnr = crypto_bignum_init_set(qr_or_qnr_bin, prime_len); in is_quadratic_residue_blind()
323 x_cand = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
375 a = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ffc()
388 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
392 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
445 q = crypto_bignum_init_set(tmp, prime_len); in get_random_qr_qnr()
[all …]
Dcommon_module_tests.c352 sae.tmp->sae_rand = crypto_bignum_init_set(local_rand, in sae_tests()
354 mask = crypto_bignum_init_set(local_mask, sizeof(local_mask)); in sae_tests()
/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.c1274 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function