Searched defs:peer_public (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddh_group5.c25 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
28 return dh_derive_shared(peer_public, own_private, dh_groups_get(5));
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),
H A Dcrypto_openssl.c455 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
467 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
/external/wpa_supplicant_8/src/crypto/
H A Ddh_group5.c25 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
28 return dh_derive_shared(peer_public, own_private, dh_groups_get(5));
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),
H A Dcrypto_openssl.c455 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
467 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddh_group5.c25 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
28 return dh_derive_shared(peer_public, own_private, dh_groups_get(5));
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),
H A Dcrypto_openssl.c455 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, argument
467 pub_key = BN_bin2bn(wpabuf_head(peer_public), wpabuf_len(peer_public),
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Ddh_groups.c600 * @peer_public: Diffie-Hellman public value from peer
605 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, argument
612 if (dh == NULL || peer_public == NULL || own_private == NULL)
619 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public),

Completed in 224 milliseconds