HomeSort by relevance Sort by last modified time
    Searched full:os_get_random (Results 1 - 25 of 38) sorted by null

1 2

  /external/wpa_supplicant_8/src/crypto/
random.h 16 #define random_get_bytes(b, l) os_get_random((b), (l))
random.c 9 * one provided by the operating system (os_get_random()) for session key
10 * generation. The os_get_random() output is expected to be secure and the
12 * cases where os_get_random() cannot provide strong randomness. This
15 * os_get_random() and as such, calls to os_get_random() can be replaced with
21 * extra code/memory size. As pointed out above, os_get_random() needs to be
164 ret = os_get_random(buf, len);
165 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random",
crypto_libtomcrypt.c 526 if (os_get_random(pos, ps_len) < 0) {
ms_funcs.c 448 if (os_get_random(pw_block, offset) < 0)
  /external/wpa_supplicant_8/src/utils/
os_none.c 58 int os_get_random(unsigned char *buf, size_t len) function
os_win32.c 131 int os_get_random(unsigned char *buf, size_t len) function
os_internal.c 122 int os_get_random(unsigned char *buf, size_t len) function
os_unix.c 224 int os_get_random(unsigned char *buf, size_t len) function
os.h 160 * os_get_random - Get cryptographically strong pseudo random data
165 int os_get_random(unsigned char *buf, size_t len);
  /external/wpa_supplicant_8/hostapd/
defconfig 214 # operating system. os_get_random() function is used to fetch random data when
236 # If the os_get_random() is known to provide strong random data (e.g., on
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 31 if (os_get_random((unsigned char *) buf, len))
444 os_get_random((u8 *) &r, sizeof(r));
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 352 os_get_random(priv->cookie, COOKIE_LEN);
627 os_get_random(priv->cookie, COOKIE_LEN);
android.config 395 # from the operating system. os_get_random() function is used to fetch random
417 # If the os_get_random() is known to provide strong random data (e.g., on
defconfig 411 # from the operating system. os_get_random() function is used to fetch random
433 # If the os_get_random() is known to provide strong random data (e.g., on
  /external/wpa_supplicant_8/src/tls/
pkcs1.c 58 if (os_get_random(pos, ps_len) < 0) {
tlsv1_record.c 187 if (os_get_random(pos, rl->iv_size))
tlsv1_client.c 43 if (os_get_random(pre_master_secret + 2,
tlsv1_server_read.c 560 if (os_get_random(out, outlen)) {
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 70 if (os_get_random(&data->session_id, 1)) {
  /external/wpa_supplicant_8/hs20/client/
est.c 404 os_get_random((u8 *) &val, sizeof(val));
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 732 os_get_random(participant->mi, sizeof(participant->mi));
1006 os_get_random(participant->mi,
1057 os_get_random(participant->mi,
    [all...]
  /external/wpa_supplicant_8/src/ap/
dfs.c 411 os_get_random((u8 *) &_rand, sizeof(_rand));
sta_info.c 907 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 320 os_get_random((void *) &r, sizeof(r));
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 1074 if (os_get_random(data->r_spi, IKEV2_SPI_LEN))

Completed in 1032 milliseconds

1 2