/hostap-3.6.0/wlantest/ |
D | test_vectors.c | 20 u8 tk[] = { in test_vector_tkip() local 87 u8 tk[] = { 0xc9, 0x7c, 0x1f, 0x67, 0xce, 0x37, 0x11, 0x85, in test_vector_ccmp() local 143 u8 tk[] = { 0xc9, 0x7c, 0x1f, 0x67, 0xce, 0x37, 0x11, 0x85, in test_vector_ccmp_pv1() local 384 u8 tk[] = { 0x66, 0xed, 0x21, 0x04, 0x2f, 0x9f, 0x26, 0xd7, in test_vector_ccmp_mgmt() local 434 u8 tk[16]; member 647 u8 tk[] = { 0xc9, 0x7c, 0x1f, 0x67, 0xce, 0x37, 0x11, 0x85, in test_vector_gcmp_256() local 732 u8 tk[] = { 0xc9, 0x7c, 0x1f, 0x67, 0xce, 0x37, 0x11, 0x85, in test_vector_ccmp_256() local
|
D | ccmp.c | 138 u8 * ccmp_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr, in ccmp_decrypt() 190 u8 * ccmp_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, u8 *qos, in ccmp_encrypt() 238 u8 * ccmp_encrypt_pv1(const u8 *tk, const u8 *a1, const u8 *a2, const u8 *a3, in ccmp_encrypt_pv1() 280 u8 * ccmp_256_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr, in ccmp_256_decrypt() 321 u8 * ccmp_256_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, in ccmp_256_encrypt()
|
D | gcmp.c | 75 u8 * gcmp_decrypt(const u8 *tk, size_t tk_len, const struct ieee80211_hdr *hdr, in gcmp_decrypt() 115 u8 * gcmp_encrypt(const u8 *tk, size_t tk_len, const u8 *frame, size_t len, in gcmp_encrypt()
|
D | tkip.c | 292 u8 * tkip_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr, in tkip_decrypt() 438 u8 * tkip_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, u8 *qos, in tkip_encrypt()
|
D | rx_data.c | 378 const u8 *tk, size_t tk_len, size_t *dlen) in try_ptk_decrypt() 409 const u8 *tk = NULL; in rx_data_bss_prot() local
|
D | inject.c | 174 const u8 *tk = NULL; in wlantest_inject_prot() local
|
D | wlantest.c | 336 const u8 *tk, size_t tk_len, int keyid) in write_decrypted_note()
|
D | wlantest.h | 125 u8 tk[16]; member
|
/hostap-3.6.0/src/crypto/ |
D | sha256.c | 30 unsigned char tk[32]; in hmac_sha256_vector() local
|
D | sha384.c | 30 unsigned char tk[48]; in hmac_sha384_vector() local
|
D | sha512.c | 30 unsigned char tk[64]; in hmac_sha512_vector() local
|
D | sha1.c | 30 unsigned char tk[20]; in hmac_sha1_vector() local
|
D | md5.c | 30 u8 tk[16]; in hmac_md5_vector() local
|
D | crypto_internal.c | 44 u8 tk[32]; in crypto_hash_init() local
|
/hostap-3.6.0/src/common/ |
D | common_module_tests.c | 637 const u8 tk[] = { in pasn_test_pasn_auth() local 716 const u8 tk[] = { in pasn_test_no_pasn_auth() local
|
D | wpa_common.h | 233 u8 tk[WPA_TK_MAX_LEN]; /* Temporal Key (TK) */ member
|
/hostap-3.6.0/src/eap_peer/ |
D | eap_peap.c | 254 u8 *tk; in eap_peap_derive_cmk() local
|
/hostap-3.6.0/src/eap_server/ |
D | eap_server_peap.c | 325 u8 *tk; in eap_peap_derive_cmk() local
|
/hostap-3.6.0/src/rsn_supp/ |
D | tdls.c | 113 u8 tk[16]; /* TPK-TK; assuming only CCMP will be used */ member
|