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

  /external/wpa_supplicant_8/src/common/
sae.h 37 struct crypto_bignum *order_buf; member in struct:sae_temporary_data
sae.c 57 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
59 if (tmp->order_buf == NULL) {
63 tmp->order = tmp->order_buf;
81 crypto_bignum_deinit(tmp->order_buf, 0);

Completed in 89 milliseconds