| .. | .. |
|---|
| 17 | 17 | #include <linux/of_platform.h> |
|---|
| 18 | 18 | #include <linux/dma-mapping.h> |
|---|
| 19 | 19 | #include <linux/io.h> |
|---|
| 20 | +#include <linux/iommu.h> |
|---|
| 20 | 21 | #include <linux/spinlock.h> |
|---|
| 21 | 22 | #include <linux/rtnetlink.h> |
|---|
| 22 | 23 | #include <linux/in.h> |
|---|
| .. | .. |
|---|
| 31 | 32 | #include <crypto/null.h> |
|---|
| 32 | 33 | #include <crypto/aes.h> |
|---|
| 33 | 34 | #include <crypto/ctr.h> |
|---|
| 34 | | -#include <crypto/des.h> |
|---|
| 35 | +#include <crypto/internal/des.h> |
|---|
| 35 | 36 | #include <crypto/gcm.h> |
|---|
| 36 | 37 | #include <crypto/sha.h> |
|---|
| 37 | 38 | #include <crypto/md5.h> |
|---|
| 39 | +#include <crypto/chacha.h> |
|---|
| 40 | +#include <crypto/poly1305.h> |
|---|
| 38 | 41 | #include <crypto/internal/aead.h> |
|---|
| 39 | 42 | #include <crypto/authenc.h> |
|---|
| 40 | 43 | #include <crypto/akcipher.h> |
|---|
| 41 | 44 | #include <crypto/scatterwalk.h> |
|---|
| 45 | +#include <crypto/skcipher.h> |
|---|
| 42 | 46 | #include <crypto/internal/skcipher.h> |
|---|
| 43 | 47 | #include <crypto/internal/hash.h> |
|---|
| 44 | 48 | #include <crypto/internal/rsa.h> |
|---|