Searched defs:tk (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | ccmp.c | 139 u8 * ccmp_decrypt(const u8 *tk, const u8 *hdr, in ccmp_decrypt() 191 u8 * ccmp_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, in ccmp_encrypt() 240 u8 * ccmp_encrypt_pv1(const u8 *tk, const u8 *a1, const u8 *a2, const u8 *a3, in ccmp_encrypt_pv1() 282 u8 * ccmp_256_decrypt(const u8 *tk, const u8 *hdr, const u8 *data, in ccmp_256_decrypt() 317 u8 * ccmp_256_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, in ccmp_256_encrypt()
|
D | sha256.c | 30 unsigned char tk[32]; in hmac_sha256_vector() local
|
D | md5.c | 30 u8 tk[16]; in hmac_md5_vector() local
|
D | sha1.c | 30 unsigned char tk[20]; in hmac_sha1_vector() local
|
D | crypto_internal.c | 42 u8 tk[32]; in crypto_hash_init() local
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 393 uint8_t tk[16] = {1}; //If you paired with OOB, both devices need to use the same tk in esp_gap_cb() local
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 436 uint8_t tk[16] = {1}; //If you paired with OOB, both devices need to use the same tk in esp_gap_cb() local
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 318 uint8_t tk[16] = {1}; //If you paired with OOB, both devices need to use the same tk in gap_event_handler() local
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 281 uint8_t tk[16] = {1}; //If you paired with OOB, both devices need to use the same tk in gap_event_handler() local
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 277 uint8_t tk[16] = {1}; //If you paired with OOB, both devices need to use the same tk in gap_event_handler() local
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_peap.c | 254 u8 *tk; in eap_peap_derive_cmk() local
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 834 void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey) in smp_convert_string_to_tk()
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 209 u8 tk[WPA_TK_MAX_LEN]; /* Temporal Key (TK) */ member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 322 BT_OCTET16 tk; member
|