Lines Matching full:crypto
3 * Crypto engine API
10 #include <linux/crypto.h>
14 #include <crypto/algapi.h>
15 #include <crypto/aead.h>
16 #include <crypto/akcipher.h>
17 #include <crypto/hash.h>
18 #include <crypto/skcipher.h>
22 * struct crypto_engine - crypto hardware engine
29 * crypto-engine, in head position to keep order
30 * @list: link with the global crypto engine list
32 * @queue: the crypto queue of the engine
75 * struct crypto_engine_op - crypto hardware engine operations