| /freebsd-9-stable/crypto/openssl/crypto/aes/ |
| D | aes_wrap.c | 137 int AES_wrap_unwrap_test(const unsigned char *kek, int keybits, in AES_wrap_unwrap_test() argument 149 if (AES_set_encrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test() 158 if (AES_set_decrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test() 180 static const unsigned char kek[] = { in main() local 236 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16); in main() 238 ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16); in main() 240 ret = AES_wrap_unwrap_test(kek, 256, NULL, e3, key, 16); in main() 242 ret = AES_wrap_unwrap_test(kek, 192, NULL, e4, key, 24); in main() 244 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24); in main() 246 ret = AES_wrap_unwrap_test(kek, 256, NULL, e6, key, 32); in main()
|
| /freebsd-9-stable/contrib/wpa/src/crypto/ |
| D | aes-wrap.c | 31 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument 44 ctx = aes_encrypt_init(kek, 16); in aes_wrap()
|
| D | aes-unwrap.c | 31 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in aes_unwrap() argument 42 ctx = aes_decrypt_init(kek, 16); in aes_unwrap()
|
| D | aes_wrap.h | 25 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher); 26 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
|
| /freebsd-9-stable/gnu/usr.bin/grep/ |
| D | THANKS | 40 Kazuro Furukawa <furukawa@apricot.kek.jp>
|
| /freebsd-9-stable/contrib/wpa/src/common/ |
| D | wpa_common.h | 169 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */ member
|
| /freebsd-9-stable/contrib/wpa/src/rsn_supp/ |
| D | wpa_ft.c | 748 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 11, gtk)) { in wpa_ft_process_gtk_subelem() 839 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) { in wpa_ft_process_igtk_subelem()
|
| D | wpa.c | 1234 os_memcpy(ek + 16, sm->ptk.kek, 16); in wpa_supplicant_process_1_of_2_wpa() 1259 if (aes_unwrap(sm->ptk.kek, maxkeylen / 8, in wpa_supplicant_process_1_of_2_wpa() 1435 os_memcpy(ek + 16, sm->ptk.kek, 16); in wpa_supplicant_decrypt_key_data() 1455 if (aes_unwrap(sm->ptk.kek, keydatalen / 8, in wpa_supplicant_decrypt_key_data()
|
| /freebsd-9-stable/contrib/wpa/src/ap/ |
| D | wpa_auth_ft.c | 456 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) { in wpa_ft_gtk_subelem() 488 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8, in wpa_ft_igtk_subelem()
|
| D | wpa_auth.c | 1154 if (aes_wrap(sm->PTK.kek, (key_data_len - 8) / 8, buf, in __wpa_send_eapol() 1167 os_memcpy(ek + 16, sm->PTK.kek, 16); in __wpa_send_eapol()
|
| /freebsd-9-stable/contrib/sendmail/ |
| D | PGPKEYS | 207 jp5vVM7nnj2K3V8f85J4dXCRbv+kek+Ufo1Qzm5kgvRuBxX1sXpxFX6yBM0Y6WuV
|