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

  /external/wpa_supplicant_8/src/ap/
sta_info.h 241 struct crypto_ecdh *fils_ecdh; member in struct:sta_info
ieee802_11.c 1102 crypto_ecdh_deinit(sta->fils_ecdh);
1103 sta->fils_ecdh = crypto_ecdh_init(group);
1104 if (!sta->fils_ecdh) {
1112 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1);
1132 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1,
1142 crypto_ecdh_deinit(sta->fils_ecdh);
1143 sta->fils_ecdh = NULL;
    [all...]
sta_info.c 349 crypto_ecdh_deinit(sta->fils_ecdh);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 155 struct crypto_ecdh *fils_ecdh; member in struct:wpa_sm
wpa.c     [all...]

Completed in 1986 milliseconds