HomeSort by relevance Sort by last modified time
    Searched refs:os_get_random (Results 1 - 25 of 32) 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",
ms_funcs.c 447 if (os_get_random(pw_block, offset) < 0)
crypto_libtomcrypt.c 526 if (os_get_random(pos, ps_len) < 0) {
  /external/wpa_supplicant_8/src/utils/
os_none.c 52 int os_get_random(unsigned char *buf, size_t len) function
os_win32.c 120 int os_get_random(unsigned char *buf, size_t len) function
os.h 92 * os_get_random - Get cryptographically strong pseudo random data
97 int os_get_random(unsigned char *buf, size_t len);
os_internal.c 111 int os_get_random(unsigned char *buf, size_t len) function
os_unix.c 186 int os_get_random(unsigned char *buf, size_t len) function
  /external/wpa_supplicant_8/src/tls/
pkcs1.c 56 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 558 if (os_get_random(out, outlen)) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 280 os_get_random(priv->cookie, COOKIE_LEN);
532 os_get_random(priv->cookie, COOKIE_LEN);
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 31 if (os_get_random((unsigned char *) buf, len))
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 70 if (os_get_random(&data->session_id, 1)) {
ikev2.c 1092 if (os_get_random(data->i_spi, IKEV2_SPI_LEN))
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 318 os_get_random((void *) &r, sizeof(r));
wps_upnp.c 254 os_get_random(uuid, UUID_LEN);
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.c 856 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN);
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 1125 if (os_get_random(data->r_spi, IKEV2_SPI_LEN))
    [all...]
tncc.c 1222 if (os_get_random(correlation_id, sizeof(correlation_id)))
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 1032 if (os_get_random(peer->inonce, WPA_NONCE_LEN)) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 168 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN) < 0)
    [all...]

Completed in 405 milliseconds

1 2