mac80211: refresh patches

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2021-02-14 19:24:05 +01:00
parent 072bfe2113
commit ed1e234d87
12 changed files with 92 additions and 102 deletions

View File

@@ -166,8 +166,7 @@
#define AES_CCM_H
-#include "aead_api.h"
+#include <linux/crypto.h>
-
-#define CCM_AAD_LEN 32
-
-static inline struct crypto_aead *
@@ -195,7 +194,8 @@
- be16_to_cpup((__be16 *)aad),
- data, data_len, mic);
-}
-
+#include <linux/crypto.h>
-static inline void ieee80211_aes_key_free(struct crypto_aead *tfm)
-{
- return aead_key_free(tfm);
@@ -331,10 +331,10 @@
#define AES_GCM_H
-#include "aead_api.h"
-
-#define GCM_AAD_LEN 32
+#include <linux/crypto.h>
-#define GCM_AAD_LEN 32
-
-static inline int ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm,
- u8 *j_0, u8 *aad, u8 *data,
- size_t data_len, u8 *mic)