Searched defs:dh_ctx (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h115 void *dh_ctx; member in struct:wps_data
H A Dwps_common.c83 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey);
84 dh5_free(wps->dh_ctx);
85 wps->dh_ctx = NULL;
643 void *dh_ctx; local
645 dh_ctx = dh5_init(&priv, &pub);
646 if (dh_ctx == NULL)
654 dh5_free(dh_ctx);
H A Dwps.h639 * dh_ctx - Context data for Diffie-Hellman operation
641 void *dh_ctx; member in struct:wps_context
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h115 void *dh_ctx; member in struct:wps_data
H A Dwps_common.c83 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey);
84 dh5_free(wps->dh_ctx);
85 wps->dh_ctx = NULL;
643 void *dh_ctx; local
645 dh_ctx = dh5_init(&priv, &pub);
646 if (dh_ctx == NULL)
654 dh5_free(dh_ctx);
H A Dwps.h639 * dh_ctx - Context data for Diffie-Hellman operation
641 void *dh_ctx; member in struct:wps_context
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h115 void *dh_ctx; member in struct:wps_data
H A Dwps_common.c83 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey);
84 dh5_free(wps->dh_ctx);
85 wps->dh_ctx = NULL;
643 void *dh_ctx; local
645 dh_ctx = dh5_init(&priv, &pub);
646 if (dh_ctx == NULL)
654 dh5_free(dh_ctx);
H A Dwps.h639 * dh_ctx - Context data for Diffie-Hellman operation
641 void *dh_ctx; member in struct:wps_context

Completed in 428 milliseconds