compat.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) compat.h (8c419778ab57e497b5de1352aa39dbe2efb3ed54)
1/*
2 * Copyright 2008-2011 Freescale Semiconductor, Inc.
3 */
4
5#ifndef CAAM_COMPAT_H
6#define CAAM_COMPAT_H
7
8#include <linux/kernel.h>

--- 21 unchanged lines hidden (view full) ---

30#include <crypto/null.h>
31#include <crypto/aes.h>
32#include <crypto/ctr.h>
33#include <crypto/des.h>
34#include <crypto/sha.h>
35#include <crypto/md5.h>
36#include <crypto/internal/aead.h>
37#include <crypto/authenc.h>
1/*
2 * Copyright 2008-2011 Freescale Semiconductor, Inc.
3 */
4
5#ifndef CAAM_COMPAT_H
6#define CAAM_COMPAT_H
7
8#include <linux/kernel.h>

--- 21 unchanged lines hidden (view full) ---

30#include <crypto/null.h>
31#include <crypto/aes.h>
32#include <crypto/ctr.h>
33#include <crypto/des.h>
34#include <crypto/sha.h>
35#include <crypto/md5.h>
36#include <crypto/internal/aead.h>
37#include <crypto/authenc.h>
38#include <crypto/akcipher.h>
38#include <crypto/scatterwalk.h>
39#include <crypto/internal/skcipher.h>
40#include <crypto/internal/hash.h>
39#include <crypto/scatterwalk.h>
40#include <crypto/internal/skcipher.h>
41#include <crypto/internal/hash.h>
42#include <crypto/internal/rsa.h>
43#include <crypto/internal/akcipher.h>
41
42#endif /* !defined(CAAM_COMPAT_H) */
44
45#endif /* !defined(CAAM_COMPAT_H) */