Searched refs:crypto_bignum_init_set (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 49 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group() 57 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order, in sae_set_group() 131 bn = crypto_bignum_init_set(val, order_len); in sae_get_rand() 186 r = crypto_bignum_init_set(tmp, prime_len); in get_rand_1_to_p_1() 289 x_cand = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ecc() 337 a = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ffc() 345 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc() 349 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc() 401 q = crypto_bignum_init_set(tmp, prime_len); in get_random_qr_qnr() 956 peer_scalar = crypto_bignum_init_set(*pos, sae->tmp->prime_len); in sae_parse_commit_scalar() [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 508 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);
|
D | crypto_openssl.c | 1121 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
|