Searched refs:os_get_random (Results 26 - 50 of 291) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dtlsv1_server_write.c61 if (os_get_random(conn->server_random + 4, TLS_RANDOM_LEN - 4)) {
70 if (os_get_random(conn->session_id, conn->session_id_len)) {
293 if (os_get_random(conn->dh_secret, conn->dh_secret_len)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_server_write.c61 if (os_get_random(conn->server_random + 4, TLS_RANDOM_LEN - 4)) {
70 if (os_get_random(conn->session_id, conn->session_id_len)) {
290 if (os_get_random(conn->dh_secret, conn->dh_secret_len)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_udp.c281 os_get_random(priv->cookie, COOKIE_LEN);
516 os_get_random(priv->cookie, COOKIE_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dctrl_iface_udp.c281 os_get_random(priv->cookie, COOKIE_LEN);
516 os_get_random(priv->cookie, COOKIE_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_udp.c281 os_get_random(priv->cookie, COOKIE_LEN);
516 os_get_random(priv->cookie, COOKIE_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dctrl_iface_udp.c281 os_get_random(priv->cookie, COOKIE_LEN);
516 os_get_random(priv->cookie, COOKIE_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_udp.c281 os_get_random(priv->cookie, COOKIE_LEN);
516 os_get_random(priv->cookie, COOKIE_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dctrl_iface_udp.c281 os_get_random(priv->cookie, COOKIE_LEN);
516 os_get_random(priv->cookie, COOKIE_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/utils/
H A Dos.h88 * os_get_random - Get cryptographically strong pseudo random data
93 int os_get_random(unsigned char *buf, size_t len);
H A Dos_internal.c99 int os_get_random(unsigned char *buf, size_t len) function
H A Dos_unix.c144 int os_get_random(unsigned char *buf, size_t len) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/wps/
H A Dwps_attr_build.c245 if (os_get_random(iv, block_size) < 0)
H A Dwps_common.c242 if (os_get_random((unsigned char *) &val, sizeof(val)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Dos.h88 * os_get_random - Get cryptographically strong pseudo random data
93 int os_get_random(unsigned char *buf, size_t len);
H A Dos_internal.c99 int os_get_random(unsigned char *buf, size_t len) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/utils/
H A Dos.h88 * os_get_random - Get cryptographically strong pseudo random data
93 int os_get_random(unsigned char *buf, size_t len);
H A Dos_internal.c99 int os_get_random(unsigned char *buf, size_t len) function
H A Dos_unix.c144 int os_get_random(unsigned char *buf, size_t len) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/wps/
H A Dwps_attr_build.c245 if (os_get_random(iv, block_size) < 0)
H A Dwps_common.c242 if (os_get_random((unsigned char *) &val, sizeof(val)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Dos.h88 * os_get_random - Get cryptographically strong pseudo random data
93 int os_get_random(unsigned char *buf, size_t len);
H A Dos_internal.c99 int os_get_random(unsigned char *buf, size_t len) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/utils/
H A Dos.h88 * os_get_random - Get cryptographically strong pseudo random data
93 int os_get_random(unsigned char *buf, size_t len);
H A Dos_internal.c99 int os_get_random(unsigned char *buf, size_t len) function
H A Dos_unix.c144 int os_get_random(unsigned char *buf, size_t len) function

Completed in 135 milliseconds

1234567891011>>