Lines Matching +full:inline +full:- +full:crypto +full:- +full:engine
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * AMD Cryptographic Coprocessor (CCP) crypto API support
16 #include <crypto/algapi.h>
17 #include <crypto/aes.h>
18 #include <crypto/internal/aead.h>
19 #include <crypto/aead.h>
20 #include <crypto/ctr.h>
21 #include <crypto/hash.h>
22 #include <crypto/sha1.h>
23 #include <crypto/sha2.h>
24 #include <crypto/akcipher.h>
25 #include <crypto/skcipher.h>
26 #include <crypto/internal/rsa.h>
71 static inline struct ccp_crypto_skcipher_alg *
79 static inline struct ccp_crypto_ahash_alg *
82 struct crypto_alg *alg = tfm->__crt_alg; in ccp_crypto_ahash_alg()
95 enum ccp_engine engine; member
166 enum ccp_engine engine; member
182 /* SHA-related defines