Home
last modified time | relevance | path

Searched refs:keyid (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.h16 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);
Dccmp.c192 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/
Dcmac_mode.h122 unsigned int keyid; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dcmac_mode.h122 unsigned int keyid; member
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h354 uint8_t *pn, int keyid, size_t *encrypted_len);
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h191 uint8_t keyid[2]; member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h289 u8 keyid[2]; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c2115 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/
Dwpa_auth.c172 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/
Dsmp_int.h529 extern BOOLEAN smp_calculate_h6(UINT8 *w, UINT8 *keyid, UINT8 *h2);
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1028 u16 keyidx = WPA_GET_LE16(igtk->keyid); in wpa_supplicant_install_igtk()