Home
last modified time | relevance | path

Searched refs:aes_wrap (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Daes.h27 int aes_wrap ( const void *kek, const void *src, void *dest, int nblk );
/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c617 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()
Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
Daes_wrap.h21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
Dcrypto_openssl.c381 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() function
/external/syslinux/gpxe/src/crypto/
Daes_wrap.c37 int aes_wrap ( const void *kek, const void *src, void *dest, int nblk ) in aes_wrap() function
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c359 if (aes_wrap(r0kh->key, sizeof(r0kh->key), in wpa_ft_pull_pmk_r1()
476 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, key_len / 8, key, in wpa_ft_gtk_subelem()
509 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, WPA_IGTK_LEN / 8, in wpa_ft_igtk_subelem()
1505 if (aes_wrap(r1kh->key, sizeof(r1kh->key), in wpa_ft_rrb_rx_pull()
1873 if (aes_wrap(r1kh->key, sizeof(r1kh->key), in wpa_ft_generate_pmk_r1()
Dwpa_auth.c1553 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, in __wpa_send_eapol()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c739 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_fast_build_pac()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c1471 if (aes_wrap(participant->kek.key, 16, in ieee802_1x_mka_encode_dist_sak_body()