Lines Matching full:crypto
10 #include <crypto/aes.h>
11 #include <crypto/des.h>
12 #include <crypto/scatterwalk.h>
13 #include <crypto/internal/aead.h>
14 #include <crypto/internal/akcipher.h>
15 #include <crypto/internal/des.h>
16 #include <crypto/internal/hash.h>
17 #include <crypto/internal/kpp.h>
18 #include <crypto/internal/skcipher.h>
19 #include <crypto/algapi.h>
20 #include <crypto/engine.h>
21 #include <crypto/hmac.h>
22 #include <crypto/sha1.h>
23 #include <crypto/sha2.h>
30 #define ASPEED_HACE_SRC 0x00 /* Crypto Data Source Base Address Register */
31 #define ASPEED_HACE_DEST 0x04 /* Crypto Data Destination Base Address Register */
32 #define ASPEED_HACE_CONTEXT 0x08 /* Crypto Context Buffer Base Address Register */
33 #define ASPEED_HACE_DATA_LEN 0x0C /* Crypto Data Length Register */
34 #define ASPEED_HACE_CMD 0x10 /* Crypto Engine Command Register */
39 #define ASPEED_HACE_GCM_ADD_LEN 0x14 /* Crypto AES-GCM Additional Data Length Register */
40 #define ASPEED_HACE_GCM_TAG_BASE_ADDR 0x18 /* Crypto AES-GCM Tag Write Buff Base Address Reg */
50 /* crypto cmd */