Home
last modified time | relevance | path

Searched refs:aes_unwrap (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/bsd/wpa/bin/wpa_supplicant/
H A Daes-xinternal.c7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) in aes_unwrap() function
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_module_tests.c626 if (aes_unwrap(kek41, sizeof(kek41), sizeof(plain41) / 8, crypt41, in test_key_wrap()
647 if (aes_unwrap(kek42, sizeof(kek42), sizeof(plain42) / 8, crypt42, in test_key_wrap()
668 if (aes_unwrap(kek43, sizeof(kek43), sizeof(plain43) / 8, crypt43, in test_key_wrap()
689 if (aes_unwrap(kek44, sizeof(kek44), sizeof(plain44) / 8, crypt44, in test_key_wrap()
710 if (aes_unwrap(kek45, sizeof(kek45), sizeof(plain45) / 8, crypt45, in test_key_wrap()
730 if (aes_unwrap(kek46, sizeof(kek46), sizeof(plain46) / 8, crypt46, in test_key_wrap()
H A Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function
H A Daes_wrap.h23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
H A Dcrypto_linux.c784 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function
H A Dcrypto_wolfssl.c425 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function
H A Dcrypto_openssl.c446 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function
/netbsd/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa_ft.c720 if (aes_unwrap(kek, kek_len, gtk_len / 8, gtk_elem + 11, gtk)) { in wpa_ft_process_gtk_subelem()
814 if (aes_unwrap(kek, kek_len, igtk_len / 8, igtk_elem + 9, igtk)) { in wpa_ft_process_igtk_subelem()
H A Dwpa.c1739 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, maxkeylen / 8, in wpa_supplicant_process_1_of_2_wpa()
2035 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, *key_data_len / 8, in wpa_supplicant_decrypt_key_data()
/netbsd/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_fast.c164 if (aes_unwrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_fast_session_ticket_cb()
H A Deap_server_teap.c173 if (aes_unwrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_teap_session_ticket_cb()
/netbsd/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_kay.c1752 if (aes_unwrap(participant->kek.key, participant->kek.len, in ieee802_1x_mka_decode_dist_sak_body()