Searched refs:keyid (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | ccmp.h | 16 u8 *pn, int keyid, size_t *encrypted_len); 19 size_t hdrlen, const u8 *pn, int keyid, 25 u8 *pn, int keyid, size_t *encrypted_len);
|
D | ccmp.c | 192 u8 *pn, int keyid, size_t *encrypted_len) in ccmp_encrypt() argument 214 *pos++ = 0x20 | (keyid << 6); in ccmp_encrypt() 242 size_t hdrlen, const u8 *pn, int keyid, in ccmp_encrypt_pv1() argument 318 u8 *pn, int keyid, size_t *encrypted_len) in ccmp_256_encrypt() argument 340 *pos++ = 0x20 | (keyid << 6); in ccmp_256_encrypt()
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | cmac_mode.h | 122 unsigned int keyid; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | cmac_mode.h | 122 unsigned int keyid; member
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 354 uint8_t *pn, int keyid, size_t *encrypted_len);
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wifi_driver.h | 191 uint8_t keyid[2]; member
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 289 u8 keyid[2]; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 2115 BOOLEAN smp_calculate_h6(UINT8 *w, UINT8 *keyid, UINT8 *c) in smp_calculate_h6() argument 2125 p_print = keyid; in smp_calculate_h6() 2144 ARRAY_TO_STREAM(p, keyid, 4); in smp_calculate_h6()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 172 igtk->keyid[0] = idx; in wpa_auth_set_key() 173 igtk->keyid[1] = 0; in wpa_auth_set_key() 1765 igtk.keyid[0] = gsm->GN_igtk; in ieee80211w_kde_add() 1766 igtk.keyid[1] = 0; in ieee80211w_kde_add()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 529 extern BOOLEAN smp_calculate_h6(UINT8 *w, UINT8 *keyid, UINT8 *h2);
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 1028 u16 keyidx = WPA_GET_LE16(igtk->keyid); in wpa_supplicant_install_igtk()
|