Home
last modified time | relevance | path

Searched refs:peer_commit_scalar (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c115 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data()
1394 sae->peer_commit_scalar, K) < 0 || in sae_derive_k_ecc()
1429 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar, in sae_derive_k_ffc()
1535 sae->peer_commit_scalar, tmp) < 0 || in sae_derive_keys()
1847 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_parse_commit_scalar()
1848 sae->peer_commit_scalar = peer_scalar; in sae_parse_commit_scalar()
2106 sae->peer_commit_scalar) != 0 || in sae_parse_commit()
2239 sae->peer_commit_scalar, in sae_write_confirm()
2248 sae->peer_commit_scalar, in sae_write_confirm()
2275 if (sae->tmp == NULL || !sae->peer_commit_scalar || in sae_check_confirm()
[all …]
Dsae.h115 struct crypto_bignum *peer_commit_scalar; member
Dsae_pk.c510 sae->peer_commit_scalar, in sae_pk_hash_sig_data()
513 crypto_bignum_to_bin(ap ? sae->peer_commit_scalar : in sae_pk_hash_sig_data()