HomeSort by relevance Sort by last modified time
    Searched refs:own_commit_element_ffc (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/common/
sae.h 27 struct crypto_bignum *own_commit_element_ffc; member in struct:sae_temporary_data
sae.c 85 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0);
630 if (!sae->tmp->own_commit_element_ffc) {
631 sae->tmp->own_commit_element_ffc = crypto_bignum_init();
632 if (!sae->tmp->own_commit_element_ffc)
637 sae->tmp->own_commit_element_ffc) < 0 ||
638 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc,
640 sae->tmp->own_commit_element_ffc) < 0) {
874 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos,
1131 (!sae->tmp->own_commit_element_ffc ||
1132 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc,
    [all...]

Completed in 63 milliseconds