Home
last modified time | relevance | path

Searched refs:prime_buf (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.h60 struct crypto_bignum *prime_buf; member
Dsae.c58 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime, in sae_set_group()
60 if (tmp->prime_buf == NULL) { in sae_set_group()
64 tmp->prime = tmp->prime_buf; in sae_set_group()
92 crypto_bignum_deinit(tmp->prime_buf, 0); in sae_clear_temp_data()