Searched defs:own_private (Results 1 - 9 of 9) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | dh_group5.c | 33 const struct wpabuf *own_private) 35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); 32 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) argument
|
H A D | dh_groups.c | 1246 * @own_private: Diffie-Hellman private key from dh_init() 1251 const struct wpabuf *own_private, 1257 if (dh == NULL || peer_public == NULL || own_private == NULL) 1265 wpabuf_head(own_private), wpabuf_len(own_private), 1250 dh_derive_shared(const struct wpabuf *peer_public, const struct wpabuf *own_private, const struct dh_group *dh) argument
|
H A D | crypto_openssl.c | 687 const struct wpabuf *own_private) 686 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) argument
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | dh_group5.c | 33 const struct wpabuf *own_private) 35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); 32 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) argument
|
H A D | dh_groups.c | 1246 * @own_private: Diffie-Hellman private key from dh_init() 1251 const struct wpabuf *own_private, 1257 if (dh == NULL || peer_public == NULL || own_private == NULL) 1265 wpabuf_head(own_private), wpabuf_len(own_private), 1250 dh_derive_shared(const struct wpabuf *peer_public, const struct wpabuf *own_private, const struct dh_group *dh) argument
|
H A D | crypto_openssl.c | 687 const struct wpabuf *own_private) 686 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | dh_group5.c | 33 const struct wpabuf *own_private) 35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); 32 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) argument
|
H A D | dh_groups.c | 1246 * @own_private: Diffie-Hellman private key from dh_init() 1251 const struct wpabuf *own_private, 1257 if (dh == NULL || peer_public == NULL || own_private == NULL) 1265 wpabuf_head(own_private), wpabuf_len(own_private), 1250 dh_derive_shared(const struct wpabuf *peer_public, const struct wpabuf *own_private, const struct dh_group *dh) argument
|
H A D | crypto_openssl.c | 687 const struct wpabuf *own_private) 686 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) argument
|
Completed in 97 milliseconds