Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/
Daes_wrap.c37 int aes_wrap ( const void *kek, const void *src, void *dest, int nblk ) in aes_wrap()
84 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk ) in aes_unwrap()
/external/wpa_supplicant_8/src/crypto/
Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
Dcrypto_openssl.c381 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
396 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_key.c129 size_t ckn_bytes, u8 *kek) in ieee802_1x_kek_128bits_aes_cmac()
Dieee802_1x_kay_i.h108 struct mka_key kek; member
/external/syslinux/gpxe/src/net/80211/
Dwpa_tkip.c568 static int tkip_kie_decrypt ( const void *kek, const void *iv, in tkip_kie_decrypt()
Dwpa_ccmp.c509 static int ccmp_kie_decrypt ( const void *kek, const void *iv __unused, in ccmp_kie_decrypt()
/external/syslinux/gpxe/src/include/gpxe/
Dwpa.h260 u8 kek[WPA_KEK_LEN]; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1095 const u8 *kek, size_t kek_len, in wpa_supplicant_set_rekey_offload()
Ddriver_i.h574 const u8 *kek, size_t kek_len, in wpa_drv_set_rekey_info()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h209 u8 kek[WPA_KEK_MAX_LEN]; /* EAPOL-Key Key Encryption Key (KEK) */ member
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c3540 struct wpabuf * fils_build_assoc_req(struct wpa_sm *sm, const u8 **kek, in fils_build_assoc_req()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c7613 static void nl80211_set_rekey_info(void *priv, const u8 *kek, size_t kek_len, in nl80211_set_rekey_info()