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

  /external/wpa_supplicant_8/src/common/
sae.h 39 struct crypto_bignum *prime_buf; member in struct:sae_temporary_data
sae.c 77 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime,
79 if (tmp->prime_buf == NULL) {
83 tmp->prime = tmp->prime_buf;
110 crypto_bignum_deinit(tmp->prime_buf, 0);
    [all...]

Completed in 41 milliseconds