Searched refs:own_commit_element_ecc (Results 1 - 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 107 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data() 551 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc() 552 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc() 554 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc() 559 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc() 561 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc() 793 sae->tmp->own_commit_element_ecc, in sae_write_commit() 1164 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit() 1166 sae->tmp->own_commit_element_ecc, in sae_parse_commit() 1272 sae->tmp->own_commit_element_ecc, in sae_write_confirm() [all...] |
H A D | sae.h | 28 struct crypto_ec_point *own_commit_element_ecc; member
|
H A D | common_module_tests.c | 363 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests() 365 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 111 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() 1694 sae->tmp->own_commit_element_ecc, in sae_write_commit() 2241 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit() 2243 sae->tmp->own_commit_element_ecc, in sae_parse_commit() 2359 sae->tmp->own_commit_element_ecc, in sae_write_confirm() [all...] |
H A D | sae.h | 46 struct crypto_ec_point *own_commit_element_ecc; member
|
H A D | sae_pk.c | 561 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 D | common_module_tests.c | 413 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests() 415 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
|
Completed in 9 milliseconds