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 24 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);
449 if (!sae->tmp->own_commit_element_ffc) {
450 sae->tmp->own_commit_element_ffc = crypto_bignum_init();
451 if (!sae->tmp->own_commit_element_ffc)
456 sae->tmp->own_commit_element_ffc) < 0 ||
457 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc,
459 sae->tmp->own_commit_element_ffc) < 0) {
668 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos,
1001 sae->tmp->own_commit_element_ffc,
1029 sae->tmp->own_commit_element_ffc,
    [all...]

Completed in 129 milliseconds