Searched refs:dh5_derive_shared (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/crypto/ |
D | dh_group5.h | 14 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public,
|
D | dh_group5.c | 32 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared() function
|
D | crypto_mbedtls_alt.c | 1598 struct wpabuf *dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *… in dh5_derive_shared() function
|
D | crypto_wolfssl.c | 1035 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared() function
|
D | crypto_openssl.c | 1231 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared() function
|
/hostap-latest/src/wps/ |
D | wps_common.c | 83 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey); in wps_derive_keys()
|