Home
last modified time | relevance | path

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

/hostap-latest/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_mbedtls_alt.c1598 struct wpabuf *dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *… in dh5_derive_shared() function
Dcrypto_wolfssl.c1035 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared() function
Dcrypto_openssl.c1231 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared() function
/hostap-latest/src/wps/
Dwps_common.c83 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey); in wps_derive_keys()