Lines Matching full:crypto
3 * Crypto engine API
10 #include <linux/crypto.h>
16 #include <crypto/algapi.h>
17 #include <crypto/aead.h>
18 #include <crypto/akcipher.h>
19 #include <crypto/hash.h>
20 #include <crypto/skcipher.h>
21 #include <crypto/kpp.h>
27 * struct crypto_engine - crypto hardware engine
34 * crypto-engine, in head position to keep order
35 * @list: link with the global crypto engine list
37 * @queue: the crypto queue of the engine
80 * struct crypto_engine_op - crypto hardware engine operations