OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dh_pubkey_r
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_enrollee.c
47
if (wps->dh_pubkey_e == NULL || wps->
dh_pubkey_r
== NULL) {
64
addr[3] = wpabuf_head(wps->
dh_pubkey_r
);
65
len[3] = wpabuf_len(wps->
dh_pubkey_r
);
517
wpabuf_free(wps->
dh_pubkey_r
);
518
wps->
dh_pubkey_r
= wpabuf_alloc_copy(pk, pk_len);
519
if (wps->
dh_pubkey_r
== NULL)
578
addr[3] = wpabuf_head(wps->
dh_pubkey_r
);
579
len[3] = wpabuf_len(wps->
dh_pubkey_r
);
618
addr[3] = wpabuf_head(wps->
dh_pubkey_r
);
619
len[3] = wpabuf_len(wps->
dh_pubkey_r
);
[
all
...]
wps_attr_build.c
78
wpabuf_free(wps->
dh_pubkey_r
);
79
wps->
dh_pubkey_r
= pubkey;
wps_i.h
63
struct wpabuf *
dh_pubkey_r
;
member in struct:wps_data
wps_registrar.c
[
all
...]
wps.c
163
wpabuf_free(data->
dh_pubkey_r
);
wps_common.c
72
pubkey = wps->registrar ? wps->dh_pubkey_e : wps->
dh_pubkey_r
;
Completed in 522 milliseconds