Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c58 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
67 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order, in sae_set_group()
164 x_cand = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
221 a = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len); in sae_test_pwd_seed_ffc()
235 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
239 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
388 x = crypto_bignum_init_set(x_bin, prime_len); in sae_derive_pwe_ecc()
516 sae->tmp->pwe_ffc = crypto_bignum_init_set(pwe_buf, prime_len); in sae_derive_pwe_ffc()
597 a = crypto_bignum_init_set(buf, 32); in sswu()
668 x1 = 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()
Ddpp.c5090 r = crypto_bignum_init_set(signature, signature_len / 2); in dpp_process_signed_connector()
5091 s = crypto_bignum_init_set(signature + signature_len / 2, signature_len / 2); in dpp_process_signed_connector()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c37 struct crypto_bignum *crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() function
Dcrypto_mbedtls-ec.c1168 bn_x = crypto_bignum_init_set(key, len); in crypto_ecdh_set_peerkey()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h528 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len);