Searched refs:c_sign_key (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c858 if (auth->c_sign_key) {
859 ssid->dpp_csign = os_malloc(wpabuf_len(auth->c_sign_key));
862 os_memcpy(ssid->dpp_csign, wpabuf_head(auth->c_sign_key),
863 wpabuf_len(auth->c_sign_key));
864 ssid->dpp_csign_len = wpabuf_len(auth->c_sign_key);
965 if (auth->c_sign_key) {
969 hexlen = 2 * wpabuf_len(auth->c_sign_key) + 1;
973 wpabuf_head(auth->c_sign_key),
974 wpabuf_len(auth->c_sign_key));
/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c641 if (auth->c_sign_key) {
645 hexlen = 2 * wpabuf_len(auth->c_sign_key) + 1;
649 wpabuf_head(auth->c_sign_key),
650 wpabuf_len(auth->c_sign_key));
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h240 struct wpabuf *c_sign_key; member in struct:dpp_authentication
H A Ddpp.c4471 wpabuf_free(auth->c_sign_key);
5521 wpabuf_free(auth->c_sign_key);
5522 auth->c_sign_key = wpabuf_alloc_copy(der, der_len);

Completed in 82 milliseconds