Home
last modified time | relevance | path

Searched refs:own_commit_element_ecc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dsae.c111 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data()
1282 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
1283 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
1285 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
1290 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
1292 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
1696 sae->tmp->own_commit_element_ecc, in sae_write_commit()
2254 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit()
2256 sae->tmp->own_commit_element_ecc, in sae_parse_commit()
2372 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
[all …]
H A Dcommon_module_tests.c413 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests()
415 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
H A Dsae_pk.c561 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->own_commit_element_ecc : in sae_pk_hash_sig_data()
567 tmp->own_commit_element_ecc, in sae_pk_hash_sig_data()
H A Dsae.h46 struct crypto_ec_point *own_commit_element_ecc; member