Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
395 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.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()
Ddpp_crypto.c1486 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qi()
1561 hash_bn = crypto_bignum_init_set(hash, curve->hash_len); in dpp_pkex_derive_Qr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c65 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
74 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order, in sae_set_group()
170 x_cand = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
225 a = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ffc()
238 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
242 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
401 x = crypto_bignum_init_set(x_bin, prime_len); in sae_derive_pwe_ecc()
539 sae->tmp->pwe_ffc = crypto_bignum_init_set(pwe_buf, prime_len); in sae_derive_pwe_ffc()
938 peer_scalar = crypto_bignum_init_set(*pos, sae->tmp->prime_len); in sae_parse_commit_scalar()
1039 crypto_bignum_init_set(*pos, sae->tmp->prime_len); in sae_parse_commit_element_ffc()
[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.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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
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()
398 val = crypto_bignum_init_set(buf, len); in eap_pwd_element_coord_ok()
456 scalar = crypto_bignum_init_set(buf, order_len); in eap_pwd_get_scalar()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
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()
398 val = crypto_bignum_init_set(buf, len); in eap_pwd_element_coord_ok()
456 scalar = crypto_bignum_init_set(buf, order_len); in eap_pwd_get_scalar()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h526 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
Dcrypto_wolfssl.c1029 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
Dcrypto_openssl.c1347 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function