Home
last modified time | relevance | path

Searched refs:dh5_derive_shared (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Ddh_group5.h14 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public,
Ddh_group5.c32 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared() function
Dcrypto_openssl.c800 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared() function
/external/wpa_supplicant_8/src/wps/
Dwps_common.c83 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey); in wps_derive_keys()