Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Ddh_groups.c1238 const struct wpabuf *own_private, in dh_derive_shared() argument
1244 if (dh == NULL || peer_public == NULL || own_private == NULL) in dh_derive_shared()
1253 wpabuf_head(own_private), in dh_derive_shared()
1254 wpabuf_len(own_private), in dh_derive_shared()
H A Ddh_group5.c33 const struct wpabuf *own_private) in dh5_derive_shared() argument
35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); in dh5_derive_shared()
H A Ddh_group5.h15 const struct wpabuf *own_private);
H A Ddh_groups.h26 const struct wpabuf *own_private,
H A Dcrypto_wolfssl.c745 const struct wpabuf *own_private) in dh5_derive_shared() argument
756 wpabuf_head(own_private), wpabuf_len(own_private), in dh5_derive_shared()
H A Dcrypto_openssl.c1005 const struct wpabuf *own_private) in dh5_derive_shared() argument