Home
last modified time | relevance | path

Searched refs:dh_ctx (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c29 wps->wps->dh_ctx) { in wps_build_public_key()
37 wps->dh_ctx = wps->wps->dh_ctx; in wps_build_public_key()
38 wps->wps->dh_ctx = NULL; in wps_build_public_key()
63 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, pubkey); in wps_build_public_key()
67 dh5_free(wps->dh_ctx); in wps_build_public_key()
68 wps->dh_ctx = dh5_init(&wps->dh_privkey, &pubkey); in wps_build_public_key()
71 if (wps->dh_ctx == NULL || wps->dh_privkey == NULL || pubkey == NULL) { in wps_build_public_key()
Dwps_common.c83 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey); in wps_derive_keys()
84 dh5_free(wps->dh_ctx); in wps_derive_keys()
85 wps->dh_ctx = NULL; in wps_derive_keys()
649 void *dh_ctx; in wps_nfc_gen_dh() local
651 dh_ctx = dh5_init(&priv, &pub); in wps_nfc_gen_dh()
652 if (dh_ctx == NULL) in wps_nfc_gen_dh()
660 dh5_free(dh_ctx); in wps_nfc_gen_dh()
Dwps_i.h115 void *dh_ctx; member
Dwps.c182 dh5_free(data->dh_ctx); in wps_deinit()
Dwps.h642 void *dh_ctx; member
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c1388 dh5_free(wps->dh_ctx); in wpas_ap_wps_add_nfc_pw()
1396 wps->dh_ctx = NULL; in wpas_ap_wps_add_nfc_pw()
1403 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey); in wpas_ap_wps_add_nfc_pw()
1404 if (wps->dh_ctx == NULL) in wpas_ap_wps_add_nfc_pw()
Dwps_supplicant.c2312 dh5_free(wps->dh_ctx); in wpas_wps_start_nfc()
2318 wps->dh_ctx = NULL; in wpas_wps_start_nfc()
2326 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey); in wpas_wps_start_nfc()
2327 if (wps->dh_ctx == NULL) { in wpas_wps_start_nfc()