Searched refs:crypto_ecdh (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto.h878 struct crypto_ecdh;
880 struct crypto_ecdh * crypto_ecdh_init(int group);
881 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
882 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
884 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
H A Dcrypto_wolfssl.c1656 struct crypto_ecdh { struct
1660 struct crypto_ecdh * crypto_ecdh_init(int group)
1662 struct crypto_ecdh *ecdh = NULL;
1693 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh)
1702 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y)
1734 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
H A Dcrypto_openssl.c1870 struct crypto_ecdh { struct
1875 struct crypto_ecdh * crypto_ecdh_init(int group)
1877 struct crypto_ecdh *ecdh;
1934 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y)
1994 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
2089 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh)
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dsta_info.h256 struct crypto_ecdh *fils_ecdh;
265 struct crypto_ecdh *owe_ecdh;
/freebsd-12-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h160 struct crypto_ecdh *fils_ecdh;
169 struct crypto_ecdh *owe_ecdh;
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.h20 struct crypto_ecdh;
487 struct crypto_ecdh *ecdh;

Completed in 180 milliseconds