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

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto.h881 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
H A Dcrypto_wolfssl.c1702 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) function
H A Dcrypto_openssl.c1934 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) function
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11.c1489 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1);
1721 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1);
2706 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0);
2885 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0);
3613 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0);
3786 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0);
/freebsd-12-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c3584 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1);
3938 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1);
4532 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0);
4630 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0);
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.c8288 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0);

Completed in 182 milliseconds