Searched refs:sha1_prf (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Dsha1.h24 int sha1_prf(const u8 *key, size_t key_len, const char *label,
H A Dsha1.c114 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
127 int sha1_prf(const u8 *key, size_t key_len, const char *label, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Dsha1.h24 int sha1_prf(const u8 *key, size_t key_len, const char *label,
H A Dsha1.c114 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
127 int sha1_prf(const u8 *key, size_t key_len, const char *label, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dsha1.h24 int sha1_prf(const u8 *key, size_t key_len, const char *label,
H A Dsha1.c114 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
127 int sha1_prf(const u8 *key, size_t key_len, const char *label, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Dsha1.h24 void sha1_prf(const u8 *key, size_t key_len, const char *label,
H A Dsha1.c111 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
123 void sha1_prf(const u8 *key, size_t key_len, const char *label, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Dsha1.h24 void sha1_prf(const u8 *key, size_t key_len, const char *label,
H A Dsha1.c111 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
123 void sha1_prf(const u8 *key, size_t key_len, const char *label, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Dsha1.h24 void sha1_prf(const u8 *key, size_t key_len, const char *label,
H A Dsha1.c111 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
123 void sha1_prf(const u8 *key, size_t key_len, const char *label, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/tests/
H A Dtest_sha1.c302 sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1,
311 sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1,
320 sha1_prf(key2, sizeof(key2), "prefix", data2, sizeof(data2),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/tests/
H A Dtest_sha1.c302 sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1,
311 sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1,
320 sha1_prf(key2, sizeof(key2), "prefix", data2, sizeof(data2),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/tests/
H A Dtest_sha1.c302 sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1,
311 sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1,
320 sha1_prf(key2, sizeof(key2), "prefix", data2, sizeof(data2),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dpeerkey_auth.c316 sha1_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),
H A Dwpa_auth.c329 sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf),
1011 sha1_prf(gmk, WPA_GMK_LEN, "Group key expansion",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Dpeerkey_auth.c316 sha1_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Dpeerkey_auth.c316 sha1_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/common/
H A Dwpa_common.c124 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/common/
H A Dwpa_common.c124 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/common/
H A Dwpa_common.c124 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/common/
H A Dwpa_common.c124 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/common/
H A Dwpa_common.c124 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/common/
H A Dwpa_common.c124 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk,

Completed in 879 milliseconds

12