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

  /external/wpa_supplicant_8/src/crypto/
crypto.h 835 struct crypto_ecdh;
837 struct crypto_ecdh * crypto_ecdh_init(int group);
838 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
839 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
841 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
crypto_openssl.c 1695 struct crypto_ecdh { struct
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.h 241 struct crypto_ecdh *fils_ecdh;
250 struct crypto_ecdh *owe_ecdh;
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 155 struct crypto_ecdh *fils_ecdh;
164 struct crypto_ecdh *owe_ecdh;

Completed in 555 milliseconds