Searched refs:os_strlen (Results 1 - 25 of 149) sorted by relevance

123456

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_passphrase.c51 len = os_strlen(passphrase);
61 pbkdf2_sha1(passphrase, (u8 *) ssid, os_strlen(ssid), 4096, psk, 32);
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dndef.c158 record->type_length != os_strlen(wifi_handover_type))
161 os_strlen(wifi_handover_type)) != 0)
177 os_strlen(wifi_handover_type), NULL, 0, buf);
184 record->type_length != os_strlen(p2p_handover_type))
187 os_strlen(p2p_handover_type)) != 0)
203 os_strlen(p2p_handover_type), NULL, 0, buf);
H A Dwps_upnp_web.c232 xml_data_encode(buf, s, os_strlen(s));
334 extra_len += os_strlen(iface->wps->friendly_name);
336 extra_len += os_strlen(iface->wps->manufacturer_url);
338 extra_len += os_strlen(iface->wps->model_description);
340 extra_len += os_strlen(iface->wps->model_url);
342 extra_len += os_strlen(iface->wps->upc);
346 extra_len = os_strlen(wps_scpd_xml);
406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
454 cfg.pin_len = os_strlen(iface->ctx->ap_pin);
778 buf = wpabuf_alloc(1000 + (replydata ? os_strlen(replydat
[all...]
H A Dwps_module_tests.c278 len = os_strlen(test->data) / 2;
H A Dhttp_client.c255 req_buf = wpabuf_alloc(os_strlen(url) + 1000);
335 len = os_strlen(url) + 1 + os_strlen(base) + 1;
346 os_memcpy(n + (pos - base), url, os_strlen(url) + 1);
354 os_memcpy(n + (pos - base) + 1, url, os_strlen(url) +
H A Dwps_dev_attr.c21 len = dev->manufacturer ? os_strlen(dev->manufacturer) : 0;
45 len = dev->model_name ? os_strlen(dev->model_name) : 0;
69 len = dev->model_number ? os_strlen(dev->model_number) : 0;
93 len = dev->serial_number ? os_strlen(dev->serial_number) : 0;
163 len = dev->device_name ? os_strlen(dev->device_name) : 0;
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha1-prf.c36 size_t label_len = os_strlen(label) + 1;
H A Dsha256-tlsprf.c42 len[1] = os_strlen(label);
H A Dsha1-tlsprf.c46 MD5_len[1] = os_strlen(label);
53 SHA1_len[1] = os_strlen(label);
H A Dsha1-pbkdf2.c23 size_t passphrase_len = os_strlen(passphrase);
H A Dsha256-prf.c69 len[1] = os_strlen(label);
H A Dsha1-tprf.c35 size_t label_len = os_strlen(label);
H A Dsha256-kdf.c46 len[1] = os_strlen(label) + 1;
H A Dsha512-kdf.c46 len[1] = os_strlen(label) + 1;
H A Dsha512-prf.c69 len[1] = os_strlen(label);
H A Dsha384-kdf.c46 len[1] = os_strlen(label) + 1;
H A Dsha384-prf.c69 len[1] = os_strlen(label);
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_iface.c26 if (os_strncmp(group_id, id, os_strlen(group_id)) == 0)
418 os_strlen(FST_CTR_SEND_SETUP_REQUEST))) {
420 p + os_strlen(FST_CTR_SEND_SETUP_REQUEST));
422 os_strlen(FST_CTR_SEND_SETUP_RESPONSE))) {
424 p + os_strlen(FST_CTR_SEND_SETUP_RESPONSE));
426 os_strlen(FST_CTR_SEND_ACK_REQUEST))) {
428 p + os_strlen(FST_CTR_SEND_ACK_REQUEST));
430 os_strlen(FST_CTR_SEND_ACK_RESPONSE))) {
432 p + os_strlen(FST_CTR_SEND_ACK_RESPONSE));
434 os_strlen(FST_CTR_SEND_TEAR_DOW
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dedit_readline.c51 len = os_strlen(text);
131 size_t blen = os_strlen(ps) + 3;
H A Dext_password_test.c55 nlen = os_strlen(name);
H A Dos_internal.c172 cwd_len = os_strlen(cwd);
173 rel_len = os_strlen(rel_path);
338 len = os_strlen(s);
346 size_t os_strlen(const char *s) function
474 size_t len = os_strlen(needle);
H A Dedit.c51 for (i = 0; i < cmdbuf_len + 2 + (ps2 ? (int) os_strlen(ps2) : 0); i++)
205 len = os_strlen(str);
218 cmdbuf_len = cmdbuf_pos = os_strlen(history_curr->str);
258 cmdbuf_len = cmdbuf_pos = os_strlen(currbuf);
410 len = os_strlen(c[0]);
870 size_t len = os_strlen(search_buf);
922 cmdbuf_len = os_strlen(cmdbuf);
940 len = os_strlen(search_buf);
960 len = os_strlen(search_buf);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dvlan_util.c34 if ((os_strlen(if_name) + 1) > IFNAMSIZ) {
40 if ((os_strlen(vlan_if_name) + 1) > IFNAMSIZ) {
H A Dvlan_ioctl.c25 if ((os_strlen(if_name) + 1) > sizeof(if_request.device1)) {
71 if ((os_strlen(if_name) + 1) > sizeof(if_request.device1)) {
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_peap_common.c22 size_t label_len = os_strlen(label);

Completed in 249 milliseconds

123456