Home
last modified time | relevance | path

Searched refs:prime_buf (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.h40 struct crypto_bignum *prime_buf; member
H A Dsae.c65 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
67 if (tmp->prime_buf == NULL) { in sae_set_group()
71 tmp->prime = tmp->prime_buf; in sae_set_group()
99 crypto_bignum_deinit(tmp->prime_buf, 0); in sae_clear_temp_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.h58 struct crypto_bignum *prime_buf; member
H A Dsae.c69 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
71 if (tmp->prime_buf == NULL) { in sae_set_group()
75 tmp->prime = tmp->prime_buf; in sae_set_group()
103 crypto_bignum_deinit(tmp->prime_buf, 0); in sae_clear_temp_data()

Completed in 6 milliseconds