/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | sae.c | 67 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 …]
|
D | dragonfly.c | 94 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()
|
D | common_module_tests.c | 402 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()
|
D | dpp_crypto.c | 1486 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/ |
D | sae.c | 65 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 …]
|
D | dragonfly.c | 94 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()
|
D | common_module_tests.c | 352 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/ |
D | eap_pwd_common.c | 216 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/ |
D | eap_pwd_common.c | 216 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/ |
D | crypto.h | 519 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
|
D | crypto_wolfssl.c | 1025 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
|
D | crypto_openssl.c | 1274 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/ |
D | crypto.h | 526 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
|
D | crypto_wolfssl.c | 1029 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
|
D | crypto_openssl.c | 1347 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
|