Home
last modified time | relevance | path

Searched refs:crypto (Results 1 - 25 of 1596) sorted by relevance

12345678910>>...64

/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcompat.h14 #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 Dcompat.h14 #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 Dsev-guest.c19 #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 DMakefile15 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 Dccp-crypto.h3 * 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 DMakefile17 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 Dccp-crypto.h3 * 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 Dsun4i-ss.h15 #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 Dsun4i-ss.h15 #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 Dsun8i-ss.h8 #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 Dcc_driver.h17 #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 Drt2x00mac.c437 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 Drt2x00mac.c436 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 Dengine.h10 #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 Dsun8i-ce.h8 #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 Dsun8i-ss.h8 #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 Dcc_driver.h17 #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 Dhash_info.h11 #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 Dsun8i-ce.h8 #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 Dsha.h13 #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 Dtest-cipher.c10 #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 Dsha1-ce-glue.c8 #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 Dsha512-neon-glue.c8 #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 Dsm3-ce-glue.c11 #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 Dsm3-neon-glue.c11 #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>

Completed in 18 milliseconds

12345678910>>...64