Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dsae.c69 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
78 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order, in sae_set_group()
177 x_cand = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
232 a = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ffc()
245 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
249 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
397 x = crypto_bignum_init_set(x_bin, prime_len); in sae_derive_pwe_ecc()
527 sae->tmp->pwe_ffc = crypto_bignum_init_set(pwe_buf, prime_len); in sae_derive_pwe_ffc()
717 x1 = crypto_bignum_init_set(bin, prime_len); in sswu()
759 v = crypto_bignum_init_set(bin, prime_len); in sswu()
[all …]
H A Ddragonfly.c97 one = crypto_bignum_init_set((const u8 *) "\x01", 1); in dragonfly_get_rand_1_to_p_1()
160 qr_or_qnr = crypto_bignum_init_set(qr_or_qnr_bin, prime_len); in dragonfly_is_quadratic_residue_blind()
H A Dcommon_module_tests.c402 sae.tmp->sae_rand = crypto_bignum_init_set(local_rand, in sae_tests()
404 mask = crypto_bignum_init_set(local_mask, sizeof(local_mask)); in sae_tests()
H A Ddpp_crypto.c1509 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qi()
1584 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qr()
/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c216 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen); in compute_password_element()
260 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element()
413 val = crypto_bignum_init_set(buf, len); in eap_pwd_element_coord_ok()
471 scalar = crypto_bignum_init_set(buf, order_len); in eap_pwd_get_scalar()
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h528 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
H A Dcrypto_wolfssl.c1322 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
2998 ret = crypto_bignum_init_set(priv, priv_len); in crypto_ec_key_get_private_key()
H A Dcrypto_openssl.c1906 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function