HomeSort by: relevance | last modified time | path
    Searched refs:prime_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
sae.h 58 struct crypto_bignum *prime_buf; member in struct:sae_temporary_data
sae.c 69 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime,
71 if (tmp->prime_buf == NULL) {
75 tmp->prime = tmp->prime_buf;
103 crypto_bignum_deinit(tmp->prime_buf, 0);

Completed in 19 milliseconds