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

/external/wpa_supplicant_8/hostapd/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_openssl.c815 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
827 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
H A Ddh_groups.c1245 * @peer_public: Diffie-Hellman public value from peer
1250 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, argument
1257 if (dh == NULL || peer_public == NULL || own_private == NULL)
1264 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public),
/external/wpa_supplicant_8/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_openssl.c815 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
827 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
H A Ddh_groups.c1245 * @peer_public: Diffie-Hellman public value from peer
1250 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, argument
1257 if (dh == NULL || peer_public == NULL || own_private == NULL)
1264 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public),
/external/wpa_supplicant_8/wpa_supplicant/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_openssl.c815 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
827 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
H A Ddh_groups.c1245 * @peer_public: Diffie-Hellman public value from peer
1250 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, argument
1257 if (dh == NULL || peer_public == NULL || own_private == NULL)
1264 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public),

Completed in 156 milliseconds