/hostap-latest/src/crypto/ |
D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
|
D | crypto_module_tests.c | 617 if (aes_wrap(kek41, sizeof(kek41), sizeof(plain41) / 8, plain41, in test_key_wrap() 638 if (aes_wrap(kek42, sizeof(kek42), sizeof(plain42) / 8, plain42, in test_key_wrap() 659 if (aes_wrap(kek43, sizeof(kek43), sizeof(plain43) / 8, plain43, in test_key_wrap() 680 if (aes_wrap(kek44, sizeof(kek44), sizeof(plain44) / 8, plain44, in test_key_wrap() 701 if (aes_wrap(kek45, sizeof(kek45), sizeof(plain45) / 8, plain45, in test_key_wrap() 721 if (aes_wrap(kek46, sizeof(kek46), sizeof(plain46) / 8, plain46, in test_key_wrap()
|
D | aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
|
D | crypto_mbedtls_alt.c | 840 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
|
D | crypto_wolfssl.c | 692 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
|
D | crypto_openssl.c | 595 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
|
/hostap-latest/tests/hwsim/ |
D | test_ap_psk.py | 1833 def aes_wrap(kek, plain): function 2034 wrapped = aes_wrap(kek, 16*b'z') 2045 wrapped = aes_wrap(kek, 16*b'z') 2073 wrapped = aes_wrap(kek, 16*b'\x00') 2101 …wrapped = aes_wrap(kek, pad_key_data(binascii.unhexlify('30060100000fac04dd16000fac010100dc1118883… 2129 wrapped = aes_wrap(kek, pad_key_data(plain)) 2158 wrapped = aes_wrap(kek, pad_key_data(plain)) 2190 wrapped = aes_wrap(kek, pad_key_data(plain)) 2220 wrapped = aes_wrap(kek, binascii.unhexlify('dd16000fac010100dc11188831bf4aa4a8678d2b41498618')) 2272 wrapped = aes_wrap(kek, pad_key_data(plain)) [all …]
|
D | test_ocv.py | 18 …tk, eapol_key_mic, recv_eapol, send_eapol, reply_eapol, build_eapol_key_3_4, aes_wrap, pad_key_data 780 wrapped = aes_wrap(self.kek, pad_key_data(plain)) 797 wrapped = aes_wrap(self.kek, pad_key_data(plain)) 879 wrapped = aes_wrap(conn.kek, pad_key_data(plain)) 896 wrapped = aes_wrap(conn.kek, pad_key_data(plain))
|
/hostap-latest/tests/ |
D | test-aes.c | 434 if (aes_wrap(k, k_len, p_len / 8, p, result)) { in test_nist_key_wrap_ae()
|
/hostap-latest/doc/ |
D | code_structure.doxygen | 105 \ref aes-wrap.c, \ref aes_wrap.h, \ref aes.c
|
D | porting.doxygen | 183 aes_wrap.c wpa_supplicant.c events.c main_none.c drivers.c
|
/hostap-latest/src/eap_server/ |
D | eap_server_fast.c | 729 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_fast_build_pac()
|
D | eap_server_teap.c | 779 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_teap_build_pac()
|
/hostap-latest/src/ap/ |
D | wpa_auth_ft.c | 2290 if (aes_wrap(kek, kek_len, key_len / 8, key, subelem + 13)) { in wpa_ft_gtk_subelem() 2353 if (aes_wrap(kek, kek_len, igtk_len / 8, igtk, pos)) { in wpa_ft_igtk_subelem() 2414 if (aes_wrap(kek, kek_len, bigtk_len / 8, bigtk, pos)) { in wpa_ft_bigtk_subelem()
|
D | wpa_auth.c | 2117 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len,
|
/hostap-latest/src/rsn_supp/ |
D | wpa.c | 695 if (aes_wrap(ptk->kek, ptk->kek_len, plain_len / 8, plain, in wpa_supplicant_send_2_of_4() 2418 if (aes_wrap(ptk->kek, ptk->kek_len, plain_len / 8, plain, in wpa_supplicant_send_4_of_4()
|
/hostap-latest/src/pae/ |
D | ieee802_1x_kay.c | 1656 if (aes_wrap(participant->kek.key, participant->kek.len, in ieee802_1x_mka_encode_dist_sak_body()
|