Searched refs:peer_commit_element_ecc (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 108 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data() 652 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc() 1005 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc() 1006 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc() 1008 if (sae->tmp->peer_commit_element_ecc == NULL) in sae_parse_commit_element_ecc() 1012 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc() 1167 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit() 1274 sae->tmp->peer_commit_element_ecc, in sae_write_confirm() 1303 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm() 1307 sae->tmp->peer_commit_element_ecc, in sae_check_confirm() [all...] |
H A D | sae.h | 30 struct crypto_ec_point *peer_commit_element_ecc; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 112 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data() 1443 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc() 1967 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc() 1968 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc() 1970 if (sae->tmp->peer_commit_element_ecc == NULL) in sae_parse_commit_element_ecc() 1974 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc() 2244 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit() 2361 sae->tmp->peer_commit_element_ecc, in sae_write_confirm() 2407 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm() 2410 sae->tmp->peer_commit_element_ecc, in sae_check_confirm() [all...] |
H A D | sae.h | 48 struct crypto_ec_point *peer_commit_element_ecc; member
|
H A D | sae_pk.c | 562 tmp->peer_commit_element_ecc, in sae_pk_hash_sig_data() 566 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->peer_commit_element_ecc : in sae_pk_hash_sig_data()
|
Completed in 7 milliseconds