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

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Ddh_group5.c31 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
34 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.h22 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
H A Dcrypto_openssl.c543 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
555 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
H A Ddh_groups.c596 * @peer_public: Diffie-Hellman public value from peer
601 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, argument
608 if (dh == NULL || peer_public == NULL || own_private == NULL)
615 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public),

Completed in 60 milliseconds