Home
last modified time | relevance | path

Searched defs:own_private (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/crypto/
Ddh_group5.c33 const struct wpabuf *own_private) in dh5_derive_shared()
Ddh_groups.c1238 const struct wpabuf *own_private, in dh_derive_shared()
Dcrypto_wolfssl.c1036 const struct wpabuf *own_private) in dh5_derive_shared()
Dcrypto_mbedtls_alt.c1598 …f *dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) in dh5_derive_shared()
Dcrypto_openssl.c1232 const struct wpabuf *own_private) in dh5_derive_shared()
/hostap-latest/tests/hwsim/
Dtest_ap_wps.py6620 def wsc_dh_kdf(peer_pk, own_private, mac_addr, e_nonce, r_nonce): argument