Home
last modified time | relevance | path

Searched defs:tk (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dccmp.c139 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()
Dsha256.c30 unsigned char tk[32]; in hmac_sha256_vector() local
Dmd5.c30 u8 tk[16]; in hmac_md5_vector() local
Dsha1.c30 unsigned char tk[20]; in hmac_sha1_vector() local
Dcrypto_internal.c42 u8 tk[32]; in crypto_hash_init() local
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c393 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/
Dble50_sec_gattc_demo.c436 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/
Dexample_ble_sec_gatts_demo.c318 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/
Dble50_sec_gatts_demo.c281 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/
Dble_ancs_demo.c277 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/
Deap_peap.c254 u8 *tk; in eap_peap_derive_cmk() local
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c834 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/
Dwpa_common.h209 u8 tk[WPA_TK_MAX_LEN]; /* Temporal Key (TK) */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h322 BT_OCTET16 tk; member