OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPS_SECRET_NONCE_LEN
(Results
1 - 10
of
10
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_parse.c
210
if (len !=
WPS_SECRET_NONCE_LEN
) {
218
if (len !=
WPS_SECRET_NONCE_LEN
) {
226
if (len !=
WPS_SECRET_NONCE_LEN
) {
234
if (len !=
WPS_SECRET_NONCE_LEN
) {
wps_enrollee.c
55
if (os_get_random(wps->snonce, 2 *
WPS_SECRET_NONCE_LEN
) < 0)
57
wpa_hexdump(MSG_DEBUG, "WPS: E-S1", wps->snonce,
WPS_SECRET_NONCE_LEN
);
59
wps->snonce +
WPS_SECRET_NONCE_LEN
,
WPS_SECRET_NONCE_LEN
);
73
len[0] =
WPS_SECRET_NONCE_LEN
;
88
addr[0] = wps->snonce +
WPS_SECRET_NONCE_LEN
;
101
wpabuf_put_be16(msg,
WPS_SECRET_NONCE_LEN
);
102
wpabuf_put_data(msg, wps->snonce,
WPS_SECRET_NONCE_LEN
);
111
wpabuf_put_be16(msg,
WPS_SECRET_NONCE_LEN
);
112
wpabuf_put_data(msg, wps->snonce +
WPS_SECRET_NONCE_LEN
,
[
all
...]
wps_registrar.c
931
if (os_get_random(wps->snonce, 2 *
WPS_SECRET_NONCE_LEN
) < 0)
933
wpa_hexdump(MSG_DEBUG, "WPS: R-S1", wps->snonce,
WPS_SECRET_NONCE_LEN
);
935
wps->snonce +
WPS_SECRET_NONCE_LEN
,
WPS_SECRET_NONCE_LEN
);
949
len[0] =
WPS_SECRET_NONCE_LEN
;
964
addr[0] = wps->snonce +
WPS_SECRET_NONCE_LEN
;
977
wpabuf_put_be16(msg,
WPS_SECRET_NONCE_LEN
);
978
wpabuf_put_data(msg, wps->snonce,
WPS_SECRET_NONCE_LEN
);
987
wpabuf_put_be16(msg,
WPS_SECRET_NONCE_LEN
);
988
wpabuf_put_data(msg, wps->snonce +
WPS_SECRET_NONCE_LEN
,
[
all
...]
wps_defs.h
30
#define
WPS_SECRET_NONCE_LEN
16
wps_i.h
55
u8 snonce[2 *
WPS_SECRET_NONCE_LEN
];
130
const u8 *r_snonce1; /*
WPS_SECRET_NONCE_LEN
(16) octets */
131
const u8 *r_snonce2; /*
WPS_SECRET_NONCE_LEN
(16) octets */
132
const u8 *e_snonce1; /*
WPS_SECRET_NONCE_LEN
(16) octets */
133
const u8 *e_snonce2; /*
WPS_SECRET_NONCE_LEN
(16) octets */
/external/wpa_supplicant_8/src/wps/
wps_enrollee.c
57
if (random_get_bytes(wps->snonce, 2 *
WPS_SECRET_NONCE_LEN
) < 0)
59
wpa_hexdump(MSG_DEBUG, "WPS: E-S1", wps->snonce,
WPS_SECRET_NONCE_LEN
);
61
wps->snonce +
WPS_SECRET_NONCE_LEN
,
WPS_SECRET_NONCE_LEN
);
75
len[0] =
WPS_SECRET_NONCE_LEN
;
90
addr[0] = wps->snonce +
WPS_SECRET_NONCE_LEN
;
103
wpabuf_put_be16(msg,
WPS_SECRET_NONCE_LEN
);
104
wpabuf_put_data(msg, wps->snonce,
WPS_SECRET_NONCE_LEN
);
113
wpabuf_put_be16(msg,
WPS_SECRET_NONCE_LEN
);
114
wpabuf_put_data(msg, wps->snonce +
WPS_SECRET_NONCE_LEN
,
[
all
...]
wps_attr_parse.c
335
if (len !=
WPS_SECRET_NONCE_LEN
) {
343
if (len !=
WPS_SECRET_NONCE_LEN
) {
351
if (len !=
WPS_SECRET_NONCE_LEN
) {
359
if (len !=
WPS_SECRET_NONCE_LEN
) {
wps_defs.h
44
#define
WPS_SECRET_NONCE_LEN
16
wps_registrar.c
[
all
...]
wps_i.h
60
u8 snonce[2 *
WPS_SECRET_NONCE_LEN
];
154
const u8 *r_snonce1; /*
WPS_SECRET_NONCE_LEN
(16) octets */
155
const u8 *r_snonce2; /*
WPS_SECRET_NONCE_LEN
(16) octets */
156
const u8 *e_snonce1; /*
WPS_SECRET_NONCE_LEN
(16) octets */
157
const u8 *e_snonce2; /*
WPS_SECRET_NONCE_LEN
(16) octets */
Completed in 29 milliseconds