Lines Matching refs:peer_commit_scalar
121 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_clear_data()
631 sae->peer_commit_scalar, K) < 0 || in sae_derive_k_ecc()
666 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar, in sae_derive_k_ffc()
711 crypto_bignum_add(sae->tmp->own_commit_scalar, sae->peer_commit_scalar, in sae_derive_keys()
929 if (sae->state == SAE_ACCEPTED && sae->peer_commit_scalar && in sae_parse_commit_scalar()
930 crypto_bignum_cmp(sae->peer_commit_scalar, peer_scalar) == 0) { in sae_parse_commit_scalar()
947 crypto_bignum_deinit(sae->peer_commit_scalar, 0); in sae_parse_commit_scalar()
948 sae->peer_commit_scalar = peer_scalar; in sae_parse_commit_scalar()
1139 sae->peer_commit_scalar) != 0 || in sae_parse_commit()
1254 sae->peer_commit_scalar, in sae_write_confirm()
1260 sae->peer_commit_scalar, in sae_write_confirm()
1277 if (!sae->tmp || !sae->peer_commit_scalar || in sae_check_confirm()
1287 sae_cn_confirm_ecc(sae, data, sae->peer_commit_scalar, in sae_check_confirm()
1296 sae_cn_confirm_ffc(sae, data, sae->peer_commit_scalar, in sae_check_confirm()