Searched refs:aes_unwrap (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Daes-unwrap.c17 * aes_unwrap - Unwrap key with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) function
H A Daes_wrap.h22 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
/freebsd-10.1-release/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c560 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 11, gtk)) {
632 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) {
H A Dwpa.c1259 if (aes_unwrap(sm->ptk.kek, maxkeylen / 8,
1464 if (aes_unwrap(sm->ptk.kek, keydatalen / 8,
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1274 /* aes_unwrap() does not support inplace decryption, so use a temporary
1276 if (aes_unwrap(r1kh->key, (FT_R0KH_R1KH_PULL_DATA_LEN + 7) / 8,
1356 /* aes_unwrap() does not support inplace decryption, so use a temporary
1358 if (aes_unwrap(r0kh->key, (FT_R0KH_R1KH_RESP_DATA_LEN + 7) / 8,
1424 /* aes_unwrap() does not support inplace decryption, so use a temporary
1426 if (aes_unwrap(r0kh->key, (FT_R0KH_R1KH_PUSH_DATA_LEN + 7) / 8,
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c164 if (aes_unwrap(data->pac_opaque_encr, (pac_opaque_len - 8) / 8,

Completed in 96 milliseconds