/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | compat.h | 14 #include <linux/crypto.h> 31 #include <crypto/algapi.h> 32 #include <crypto/null.h> 33 #include <crypto/aes.h> 34 #include <crypto/ctr.h> 35 #include <crypto/internal/des.h> 36 #include <crypto/gcm.h> 37 #include <crypto/sha1.h> 38 #include <crypto/sha2.h> 39 #include <crypto/md [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | compat.h | 14 #include <linux/crypto.h> 31 #include <crypto/algapi.h> 32 #include <crypto/null.h> 33 #include <crypto/aes.h> 34 #include <crypto/ctr.h> 35 #include <crypto/internal/des.h> 36 #include <crypto/gcm.h> 37 #include <crypto/sha.h> 38 #include <crypto/md5.h> 39 #include <crypto/chach [all...] |
/kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/ |
H A D | sev-guest.c | 19 #include <crypto/aead.h> 48 struct snp_guest_crypto *crypto; member 162 struct snp_guest_crypto *crypto; in init_crypto() local 164 crypto = kzalloc(sizeof(*crypto), GFP_KERNEL_ACCOUNT); in init_crypto() 165 if (!crypto) in init_crypto() 168 crypto->tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in init_crypto() 169 if (IS_ERR(crypto->tfm)) in init_crypto() 172 if (crypto_aead_setkey(crypto->tfm, key, keylen)) in init_crypto() 175 crypto in init_crypto() 204 deinit_crypto(struct snp_guest_crypto *crypto) deinit_crypto() argument 212 enc_dec_message(struct snp_guest_crypto *crypto, struct snp_guest_msg *msg, u8 *src_buf, u8 *dst_buf, size_t len, bool enc) enc_dec_message() argument 257 struct snp_guest_crypto *crypto = snp_dev->crypto; __enc_payload() local 269 struct snp_guest_crypto *crypto = snp_dev->crypto; dec_payload() local 281 struct snp_guest_crypto *crypto = snp_dev->crypto; verify_and_dec_payload() local 480 struct snp_guest_crypto *crypto = snp_dev->crypto; get_report() local 520 struct snp_guest_crypto *crypto = snp_dev->crypto; get_derived_key() local 561 struct snp_guest_crypto *crypto = snp_dev->crypto; get_ext_report() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | Makefile | 15 obj-$(CONFIG_CRYPTO_DEV_CCP_CRYPTO) += ccp-crypto.o 16 ccp-crypto-objs := ccp-crypto-main.o \ 17 ccp-crypto-aes.o \ 18 ccp-crypto-aes-cmac.o \ 19 ccp-crypto-aes-xts.o \ 20 ccp-crypto-aes-galois.o \ 21 ccp-crypto-des3.o \ 22 ccp-crypto-rsa.o \ 23 ccp-crypto [all...] |
H A D | ccp-crypto.h | 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/skciphe [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | Makefile | 17 obj-$(CONFIG_CRYPTO_DEV_CCP_CRYPTO) += ccp-crypto.o 18 ccp-crypto-objs := ccp-crypto-main.o \ 19 ccp-crypto-aes.o \ 20 ccp-crypto-aes-cmac.o \ 21 ccp-crypto-aes-xts.o \ 22 ccp-crypto-aes-galois.o \ 23 ccp-crypto-des3.o \ 24 ccp-crypto-rsa.o \ 25 ccp-crypto [all...] |
H A D | ccp-crypto.h | 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/akciphe [all...] |
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss.h | 15 #include <linux/crypto.h> 21 #include <crypto/scatterwalk.h> 26 #include <crypto/md5.h> 27 #include <crypto/skcipher.h> 28 #include <crypto/sha.h> 29 #include <crypto/hash.h> 30 #include <crypto/internal/hash.h> 31 #include <crypto/internal/skcipher.h> 32 #include <crypto/aes.h> 33 #include <crypto/interna 163 struct skcipher_alg crypto; global() member [all...] |
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss.h | 15 #include <linux/crypto.h> 21 #include <crypto/scatterwalk.h> 26 #include <crypto/md5.h> 27 #include <crypto/skcipher.h> 28 #include <crypto/sha1.h> 29 #include <crypto/hash.h> 30 #include <crypto/internal/hash.h> 31 #include <crypto/internal/skcipher.h> 32 #include <crypto/aes.h> 33 #include <crypto/interna 165 struct skcipher_alg crypto; global() member [all...] |
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 8 #include <crypto/aes.h> 9 #include <crypto/des.h> 10 #include <crypto/engine.h> 11 #include <crypto/rng.h> 12 #include <crypto/skcipher.h> 15 #include <linux/crypto.h> 16 #include <crypto/internal/hash.h> 17 #include <crypto/md5.h> 18 #include <crypto/sha.h>
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_driver.h | 17 #include <crypto/algapi.h> 18 #include <crypto/internal/skcipher.h> 19 #include <crypto/aes.h> 20 #include <crypto/sha1.h> 21 #include <crypto/sha2.h> 22 #include <crypto/aead.h> 23 #include <crypto/authenc.h> 24 #include <crypto/hash.h> 25 #include <crypto/skcipher.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 437 static void memcpy_tkip(struct rt2x00lib_crypto *crypto, u8 *key, u8 key_len) in memcpy_tkip() argument 440 memcpy(crypto->key, in memcpy_tkip() 442 sizeof(crypto->key)); in memcpy_tkip() 445 memcpy(crypto->tx_mic, in memcpy_tkip() 447 sizeof(crypto->tx_mic)); in memcpy_tkip() 450 memcpy(crypto->rx_mic, in memcpy_tkip() 452 sizeof(crypto->rx_mic)); in memcpy_tkip() 461 struct rt2x00lib_crypto *crypto, in rt2x00mac_set_key() 463 struct rt2x00lib_crypto crypto; in rt2x00mac_set_key() local 486 memset(&crypto, in rt2x00mac_set_key() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 436 static void memcpy_tkip(struct rt2x00lib_crypto *crypto, u8 *key, u8 key_len) in memcpy_tkip() argument 439 memcpy(crypto->key, in memcpy_tkip() 441 sizeof(crypto->key)); in memcpy_tkip() 444 memcpy(crypto->tx_mic, in memcpy_tkip() 446 sizeof(crypto->tx_mic)); in memcpy_tkip() 449 memcpy(crypto->rx_mic, in memcpy_tkip() 451 sizeof(crypto->rx_mic)); in memcpy_tkip() 460 struct rt2x00lib_crypto *crypto, in rt2x00mac_set_key() 462 struct rt2x00lib_crypto crypto; in rt2x00mac_set_key() local 485 memset(&crypto, in rt2x00mac_set_key() [all...] |
/kernel/linux/linux-5.10/include/crypto/ |
H A D | engine.h | 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 queu [all...] |
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce.h | 8 #include <crypto/aes.h> 9 #include <crypto/des.h> 10 #include <crypto/engine.h> 11 #include <crypto/skcipher.h> 14 #include <linux/crypto.h> 16 #include <crypto/internal/hash.h> 17 #include <crypto/md5.h> 18 #include <crypto/rng.h> 19 #include <crypto/sha1.h> 20 #include <crypto/sha [all...] |
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 8 #include <crypto/aes.h> 9 #include <crypto/des.h> 10 #include <crypto/engine.h> 11 #include <crypto/rng.h> 12 #include <crypto/skcipher.h> 15 #include <linux/crypto.h> 16 #include <crypto/internal/hash.h> 17 #include <crypto/md5.h> 18 #include <crypto/sha1.h> 19 #include <crypto/sha [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_driver.h | 17 #include <crypto/algapi.h> 18 #include <crypto/internal/skcipher.h> 19 #include <crypto/aes.h> 20 #include <crypto/sha.h> 21 #include <crypto/aead.h> 22 #include <crypto/authenc.h> 23 #include <crypto/hash.h> 24 #include <crypto/skcipher.h>
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash_info.h | 11 #include <crypto/sha1.h> 12 #include <crypto/sha2.h> 13 #include <crypto/md5.h> 14 #include <crypto/streebog.h> 18 /* not defined in include/crypto/ */ 24 /* not defined in include/crypto/ */ 29 /* not defined in include/crypto/ */ 34 /* not defined in include/crypto/ */
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce.h | 8 #include <crypto/aes.h> 9 #include <crypto/des.h> 10 #include <crypto/engine.h> 11 #include <crypto/skcipher.h> 14 #include <linux/crypto.h> 16 #include <crypto/internal/hash.h> 17 #include <crypto/md5.h> 18 #include <crypto/rng.h> 19 #include <crypto/sha.h>
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | sha.h | 13 #include <linux/crypto.h> 14 #include <crypto/sha1.h> 15 #include <crypto/sha2.h> 16 #include <crypto/sha3.h>
|
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 10 #include <crypto/skcipher.h> 11 #include <crypto/akcipher.h> 12 #include <crypto/acompress.h> 13 #include <crypto/rng.h> 14 #include <crypto/drbg.h> 15 #include <crypto/kpp.h> 16 #include <crypto/internal/simd.h> 17 #include <crypto/chacha.h> 18 #include <crypto/aead.h> 19 #include <crypto/has [all...] |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-ce-glue.c | 8 #include <crypto/internal/hash.h> 9 #include <crypto/internal/simd.h> 10 #include <crypto/sha.h> 11 #include <crypto/sha1_base.h> 13 #include <linux/crypto.h>
|
H A D | sha512-neon-glue.c | 8 #include <crypto/internal/hash.h> 9 #include <crypto/internal/simd.h> 10 #include <crypto/sha.h> 11 #include <crypto/sha512_base.h> 12 #include <linux/crypto.h>
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sm3-ce-glue.c | 11 #include <crypto/internal/hash.h> 12 #include <crypto/internal/simd.h> 13 #include <crypto/sm3.h> 14 #include <crypto/sm3_base.h> 16 #include <linux/crypto.h>
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm3-neon-glue.c | 11 #include <crypto/internal/hash.h> 12 #include <crypto/internal/simd.h> 13 #include <crypto/sm3.h> 14 #include <crypto/sm3_base.h> 16 #include <linux/crypto.h>
|