HomeSort by relevance Sort by last modified time
    Searched defs:dh_ctx (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_common.c 80 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey);
81 dh5_free(wps->dh_ctx);
82 wps->dh_ctx = NULL;
644 void *dh_ctx; local
658 dh_ctx = dh5_init(&priv, &pub);
659 if (dh_ctx == NULL) {
663 dh5_free(dh_ctx);
wps_i.h 112 void *dh_ctx; member in struct:wps_data
wps.h 636 * dh_ctx - Context data for Diffie-Hellman operation
638 void *dh_ctx; member in struct:wps_context

Completed in 56 milliseconds