Searched refs:aes_unwrap (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | aes.h | 28 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk );
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_module_tests.c | 626 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()
|
D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function
|
D | aes_wrap.h | 23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
|
D | crypto_openssl.c | 396 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() function
|
/external/syslinux/gpxe/src/crypto/ |
D | aes_wrap.c | 84 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk ) in aes_unwrap() function
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 563 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, gtk_len / 8, gtk_elem + 11, in wpa_ft_process_gtk_subelem() 643 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, WPA_IGTK_LEN / 8, in wpa_ft_process_igtk_subelem()
|
D | wpa.c | 1563 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, maxkeylen / 8, in wpa_supplicant_process_1_of_2_wpa() 1797 if (aes_unwrap(sm->ptk.kek, sm->ptk.kek_len, *key_data_len / 8, in wpa_supplicant_decrypt_key_data()
|
/external/syslinux/gpxe/src/net/80211/ |
D | wpa_ccmp.c | 515 if ( aes_unwrap ( kek, msg, msg, *len / 8 - 1 ) != 0 ) in ccmp_kie_decrypt()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 1461 if (aes_unwrap(r1kh->key, sizeof(r1kh->key), in wpa_ft_rrb_rx_pull() 1596 if (aes_unwrap(r0kh->key, sizeof(r0kh->key), in wpa_ft_rrb_rx_resp() 1668 if (aes_unwrap(r0kh->key, sizeof(r0kh->key), in wpa_ft_rrb_rx_push()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 164 if (aes_unwrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_fast_session_ticket_cb()
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.c | 1607 if (aes_unwrap(participant->kek.key, 16, sak_len >> 3, wrap_sak, in ieee802_1x_mka_decode_dist_sak_body()
|