Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c101 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data()
729 sae->peer_commit_scalar, K) < 0 || in sae_derive_k_ecc()
764 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar, in sae_derive_k_ffc()
809 crypto_bignum_add(sae->tmp->own_commit_scalar, sae->peer_commit_scalar, in sae_derive_keys()
966 if (sae->state == SAE_ACCEPTED && sae->peer_commit_scalar && in sae_parse_commit_scalar()
967 crypto_bignum_cmp(sae->peer_commit_scalar, peer_scalar) == 0) { in sae_parse_commit_scalar()
984 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_parse_commit_scalar()
985 sae->peer_commit_scalar = peer_scalar; in sae_parse_commit_scalar()
1129 sae->peer_commit_scalar) != 0 || in sae_parse_commit()
1243 sae->peer_commit_scalar, in sae_write_confirm()
[all …]
Dsae.h49 struct crypto_bignum *peer_commit_scalar; member