Searched refs:own_commit_element_ffc (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 104 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data() 574 if (!sae->tmp->own_commit_element_ffc) { in sae_derive_commit_element_ffc() 575 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc() 576 if (!sae->tmp->own_commit_element_ffc) in sae_derive_commit_element_ffc() 581 sae->tmp->own_commit_element_ffc) < 0 || in sae_derive_commit_element_ffc() 582 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc, in sae_derive_commit_element_ffc() 584 sae->tmp->own_commit_element_ffc) < 0) { in sae_derive_commit_element_ffc() 801 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos, in sae_write_commit() 1160 (!sae->tmp->own_commit_element_ffc || in sae_parse_commit() 1161 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit() [all...] |
H A D | sae.h | 27 struct crypto_bignum *own_commit_element_ffc; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 108 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data() 1305 if (!sae->tmp->own_commit_element_ffc) { in sae_derive_commit_element_ffc() 1306 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc() 1307 if (!sae->tmp->own_commit_element_ffc) in sae_derive_commit_element_ffc() 1312 sae->tmp->own_commit_element_ffc) < 0 || in sae_derive_commit_element_ffc() 1313 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc, in sae_derive_commit_element_ffc() 1315 sae->tmp->own_commit_element_ffc) < 0) { in sae_derive_commit_element_ffc() 1703 if (crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos, in sae_write_commit() 2237 (!sae->tmp->own_commit_element_ffc || in sae_parse_commit() 2238 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit() [all...] |
H A D | sae.h | 45 struct crypto_bignum *own_commit_element_ffc; member
|
Completed in 6 milliseconds