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

  /external/wpa_supplicant_8/src/common/
sae.c 84 crypto_bignum_deinit(tmp->own_commit_scalar, 0);
674 if (!sae->tmp->own_commit_scalar) {
675 sae->tmp->own_commit_scalar = crypto_bignum_init();
676 if (!sae->tmp->own_commit_scalar)
680 sae->tmp->own_commit_scalar);
681 crypto_bignum_mod(sae->tmp->own_commit_scalar, sae->tmp->order,
682 sae->tmp->own_commit_scalar);
683 } while (crypto_bignum_is_zero(sae->tmp->own_commit_scalar) ||
684 crypto_bignum_is_one(sae->tmp->own_commit_scalar));
809 crypto_bignum_add(sae->tmp->own_commit_scalar, sae->peer_commit_scalar
    [all...]
sae.h 26 struct crypto_bignum *own_commit_scalar; member in struct:sae_temporary_data

Completed in 76 milliseconds