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 115 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0);
749 if (!sae->tmp->own_commit_element_ffc) {
750 sae->tmp->own_commit_element_ffc = crypto_bignum_init();
751 if (!sae->tmp->own_commit_element_ffc)
756 sae->tmp->own_commit_element_ffc) < 0 ||
757 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc,
759 sae->tmp->own_commit_element_ffc) < 0) {
995 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos,
    [all...]

Completed in 85 milliseconds