Home | History | Annotate | Download | only in ap

Lines Matching refs:aes_wrap

15 #include "crypto/aes_wrap.h"
333 /* aes_wrap() does not support inplace encryption, so use a temporary
347 if (aes_wrap(r0kh->key, (FT_R0KH_R1KH_PULL_DATA_LEN + 7) / 8,
462 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) {
494 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8,
1359 /* aes_wrap() does not support inplace encryption, so use a temporary
1379 if (aes_wrap(r1kh->key, (FT_R0KH_R1KH_RESP_DATA_LEN + 7) / 8,
1715 /* aes_wrap() does not support inplace encryption, so use a temporary
1730 if (aes_wrap(r1kh->key, (FT_R0KH_R1KH_PUSH_DATA_LEN + 7) / 8,