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/sha.h>
23 #include <crypto/akcipher.h>
24 #include <crypto/skcipher.h>
25 #include <crypto/internal/rsa.h>
70 static inline struct ccp_crypto_skcipher_alg *
78 static inline struct ccp_crypto_ahash_alg *
81 struct crypto_alg *alg = tfm->__crt_alg; in ccp_crypto_ahash_alg()
94 enum ccp_engine engine; member
165 enum ccp_engine engine; member
181 /* SHA-related defines