Searched refs:own_private (Results 1 – 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | dh_groups.c | 1238 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()
|
D | dh_group5.c | 33 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()
|
D | dh_group5.h | 15 const struct wpabuf *own_private);
|
D | dh_groups.h | 26 const struct wpabuf *own_private,
|
D | crypto_wolfssl.c | 745 const struct wpabuf *own_private) in dh5_derive_shared() argument 756 wpabuf_head(own_private), wpabuf_len(own_private), in dh5_derive_shared()
|
D | crypto_openssl.c | 1005 const struct wpabuf *own_private) in dh5_derive_shared() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | dh_groups.c | 1238 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()
|
D | dh_group5.c | 33 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()
|
D | dh_group5.h | 15 const struct wpabuf *own_private);
|
D | dh_groups.h | 26 const struct wpabuf *own_private,
|
D | crypto_wolfssl.c | 741 const struct wpabuf *own_private) in dh5_derive_shared() argument 752 wpabuf_head(own_private), wpabuf_len(own_private), in dh5_derive_shared()
|
D | crypto_openssl.c | 932 const struct wpabuf *own_private) in dh5_derive_shared() argument
|