/freebsd/contrib/wpa/src/crypto/ |
H A 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
|
H A 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()
|
H A D | aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
|
H A 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
|
H A 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
|
/freebsd/crypto/openssl/crypto/aes/ |
H A D | build.info | 67 SOURCE[../../libcrypto]=$COMMON aes_cfb.c aes_ofb.c aes_wrap.c
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_fast.c | 729 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_fast_build_pac()
|
H A D | eap_server_teap.c | 779 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr), in eap_teap_build_pac()
|
/freebsd/contrib/wpa/src/ap/ |
H A 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()
|
H A D | wpa_auth.c | 2115 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 45 SRCS+= aes_cfb.c aes_ecb.c aes_ige.c aes_misc.c aes_ofb.c aes_wrap.c
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa.c | 662 if (aes_wrap(ptk->kek, ptk->kek_len, plain_len / 8, plain, in wpa_supplicant_send_2_of_4() 2321 if (aes_wrap(ptk->kek, ptk->kek_len, plain_len / 8, plain, in wpa_supplicant_send_4_of_4()
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.c | 1656 if (aes_wrap(participant->kek.key, participant->kek.len, in ieee802_1x_mka_encode_dist_sak_body()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 16749 libntp/aes/aes_wrap.h@1.1 +64 -0 16750 BitKeeper file libntp/aes/aes_wrap.h 16752 libntp/aes/aes_wrap.h@1.0 +0 -0 [all...] |