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

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Ddh_group5.c32 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5));
H A Ddh_group5.h14 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public,
H A Ddh_groups.h25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
H A Dcrypto_wolfssl.c740 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
753 wpabuf_head(peer_public), wpabuf_len(peer_public)) != 0)
H A Dcrypto_openssl.c931 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
943 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
H A Ddh_groups.c1232 * @peer_public: Diffie-Hellman public value from peer
1237 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, argument
1244 if (dh == NULL || peer_public == NULL || own_private == NULL)
1255 wpabuf_head(peer_public),
1256 wpabuf_len(peer_public),

Completed in 72 milliseconds