hostap/src/utils
Jouni Malinen ff229da309 Share a single buf_shift_right() implementation
Move the identical function used by both SAE and EAP-pwd to
src/utils/common.c to avoid duplicated implementation.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2019-04-25 23:49:43 +03:00
..
.gitignore
base64.c UBSan: Avoid unsigned integer overflow in base64 encoding 2019-02-25 19:48:49 +02:00
base64.h Add base64url encoding/decoding per RFC 4648 2017-06-17 18:04:32 +03:00
bitfield.c
bitfield.h
browser-android.c
browser-system.c
browser-wpadebug.c HS 2.0: Use execve() with custom env PATH to launch browser using 'am' 2018-10-12 15:51:05 +03:00
browser.c browser: Replace deprecated gtk_window_set_wmclass() 2019-01-01 20:36:42 +02:00
browser.h
build_config.h
common.c Share a single buf_shift_right() implementation 2019-04-25 23:49:43 +03:00
common.h Share a single buf_shift_right() implementation 2019-04-25 23:49:43 +03:00
const_time.h Add helper functions for constant time operations 2019-04-09 17:11:15 +03:00
crc32.c Move CRC-32 routine from wlantest to src/utils 2016-10-09 17:13:23 +03:00
crc32.h Move CRC-32 routine from wlantest to src/utils 2016-10-09 17:13:23 +03:00
edit.c
edit.h
edit_readline.c
edit_simple.c
eloop.c eloop: Fix kqueue event deletion filter 2019-01-02 12:11:52 +02:00
eloop.h eloop: Fix comments mismatch eloop_event/timeout_handler definitions 2017-02-04 20:41:12 +02:00
eloop_win.c
ext_password.c
ext_password.h
ext_password_i.h
ext_password_test.c
http-utils.h
http_curl.c HTTP (curl): Replace deprecated ASN1_STRING_data() 2019-01-01 20:29:34 +02:00
includes.h
ip_addr.c
ip_addr.h
json.c JSON: Fix string parsing when \\ escape is at the end of buffer 2019-02-11 02:35:29 +02:00
json.h Add JavaScript Object Notation (JSON) parser (RFC7159) 2017-06-17 18:04:51 +03:00
list.h Modify dl_list_for_each() to not use unaligned access with WPA_TRACE 2019-02-25 19:42:34 +02:00
Makefile tests: JSON parser fuzzer 2019-02-11 02:35:29 +02:00
module_tests.h
os.h Introduce os_memdup() 2017-03-07 13:18:49 +02:00
os_internal.c Remove forgotten os_strncpy() implementations 2019-03-10 15:56:51 +02:00
os_none.c Remove forgotten os_strncpy() implementations 2019-03-10 15:56:51 +02:00
os_unix.c UBSan: Avoid memcpy(ptr, NULL, 0) 2019-02-25 19:48:49 +02:00
os_win32.c Introduce os_memdup() 2017-03-07 13:18:49 +02:00
pcsc_funcs.c
pcsc_funcs.h
platform.h
radiotap.c
radiotap.h
radiotap_iter.h
state_machine.h
trace.c trace: Look up start to cope with ASLR 2017-02-28 11:37:19 +02:00
trace.h
utils_module_tests.c tests: Module tests for const_time_*() functions 2019-04-09 17:11:15 +03:00
uuid.c WPS: Add option for using random UUID 2017-04-13 17:38:55 +03:00
uuid.h WPS: Add option for using random UUID 2017-04-13 17:38:55 +03:00
wpa_debug.c wpa_debug: Support wpa_hexdump_ascii() outputting into syslog 2018-12-26 16:42:25 +02:00
wpa_debug.h hostapd: Add possibility to send debug messages to syslog 2017-01-30 00:57:13 +02:00
wpabuf.c Removed redundant NULL check for b in wpabuf_concat() 2016-10-28 19:05:08 +03:00
wpabuf.h
xml-utils.c XML: Do not add empty Value node for nodes with child nodes in TNDS 2018-09-10 21:43:43 +03:00
xml-utils.h
xml_libxml2.c