Searched refs:own_commit_scalar (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.h23 struct crypto_bignum *own_commit_scalar; member in struct:sae_temporary_data
H A Dsae.c84 crypto_bignum_deinit(tmp->own_commit_scalar, 0);
482 if (!sae->tmp->own_commit_scalar) {
483 sae->tmp->own_commit_scalar = crypto_bignum_init();
484 if (!sae->tmp->own_commit_scalar)
488 sae->tmp->own_commit_scalar);
489 crypto_bignum_mod(sae->tmp->own_commit_scalar, sae->tmp->order,
490 sae->tmp->own_commit_scalar);
619 crypto_bignum_add(sae->tmp->own_commit_scalar, sae->peer_commit_scalar,
662 crypto_bignum_to_bin(sae->tmp->own_commit_scalar, pos,
1011 sae_cn_confirm_ecc(sae, sc, sae->tmp->own_commit_scalar,
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.h23 struct crypto_bignum *own_commit_scalar; member in struct:sae_temporary_data
H A Dsae.c84 crypto_bignum_deinit(tmp->own_commit_scalar, 0);
482 if (!sae->tmp->own_commit_scalar) {
483 sae->tmp->own_commit_scalar = crypto_bignum_init();
484 if (!sae->tmp->own_commit_scalar)
488 sae->tmp->own_commit_scalar);
489 crypto_bignum_mod(sae->tmp->own_commit_scalar, sae->tmp->order,
490 sae->tmp->own_commit_scalar);
619 crypto_bignum_add(sae->tmp->own_commit_scalar, sae->peer_commit_scalar,
662 crypto_bignum_to_bin(sae->tmp->own_commit_scalar, pos,
1011 sae_cn_confirm_ecc(sae, sc, sae->tmp->own_commit_scalar,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.h23 struct crypto_bignum *own_commit_scalar; member in struct:sae_temporary_data
H A Dsae.c84 crypto_bignum_deinit(tmp->own_commit_scalar, 0);
482 if (!sae->tmp->own_commit_scalar) {
483 sae->tmp->own_commit_scalar = crypto_bignum_init();
484 if (!sae->tmp->own_commit_scalar)
488 sae->tmp->own_commit_scalar);
489 crypto_bignum_mod(sae->tmp->own_commit_scalar, sae->tmp->order,
490 sae->tmp->own_commit_scalar);
619 crypto_bignum_add(sae->tmp->own_commit_scalar, sae->peer_commit_scalar,
662 crypto_bignum_to_bin(sae->tmp->own_commit_scalar, pos,
1011 sae_cn_confirm_ecc(sae, sc, sae->tmp->own_commit_scalar,
[all...]

Completed in 146 milliseconds