/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | sig.h | 13 static inline void *crypto_sig_ctx(struct crypto_sig *tfm) in crypto_sig_ctx() argument
|
H A D | rng.h | 29 static inline void *crypto_rng_ctx(struct crypto_rng *tfm) in crypto_rng_ctx() argument 34 static inline void crypto_rng_set_entropy(struct crypto_rng *tfm, in crypto_rng_set_entropy() argument
|
H A D | chacha.h | 15 static inline int chacha_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha_setkey() argument 31 static inline int chacha20_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha20_setkey() argument 37 static inline int chacha12_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha12_setkey() argument
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | crypto.h | 16 struct crypto_sync_skcipher *tfm; member
|
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | rng.h | 29 static inline void *crypto_rng_ctx(struct crypto_rng *tfm) in crypto_rng_ctx() argument 34 static inline void crypto_rng_set_entropy(struct crypto_rng *tfm, in crypto_rng_set_entropy() argument
|
H A D | kpp.h | 21 static inline void *kpp_tfm_ctx(struct crypto_kpp *tfm) in kpp_tfm_ctx() argument 31 static inline const char *kpp_alg_name(struct crypto_kpp *tfm) in kpp_alg_name() argument
|
H A D | chacha.h | 15 static inline int chacha_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha_setkey() argument 31 static inline int chacha20_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha20_setkey() argument 37 static inline int chacha12_setkey(struct crypto_skcipher *tfm, const u8 *key, in chacha12_setkey() argument
|
H A D | acompress.h | 21 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx() argument 32 static inline const char *acomp_alg_name(struct crypto_acomp *tfm) in acomp_alg_name() argument 37 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc() argument
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | xts.h | 11 static inline int xts_check_key(struct crypto_tfm *tfm, in xts_check_key() argument 28 static inline int xts_verify_key(struct crypto_skcipher *tfm, in xts_verify_key() argument
|
H A D | cryptd.h | 37 __cryptd_ahash_cast( struct crypto_ahash *tfm) __cryptd_ahash_cast() argument 56 __cryptd_aead_cast( struct crypto_aead *tfm) __cryptd_aead_cast() argument [all...] |
/kernel/linux/linux-6.6/include/crypto/ |
H A D | sig.h | 45 static inline struct crypto_tfm *crypto_sig_tfm(struct crypto_sig *tfm) in crypto_sig_tfm() argument 57 static inline void crypto_free_sig(struct crypto_sig *tfm) in crypto_free_sig() argument [all...] |
H A D | xts.h | 11 static inline int xts_verify_key(struct crypto_skcipher *tfm, in xts_verify_key() argument
|
H A D | cryptd.h | 38 __cryptd_ahash_cast( struct crypto_ahash *tfm) __cryptd_ahash_cast() argument 57 __cryptd_aead_cast( struct crypto_aead *tfm) __cryptd_aead_cast() argument [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | compress.c | 16 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_compress() local 27 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_decompress() local
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-cipher-glue.c | 16 static void aes_arm_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm_encrypt() argument 24 static void aes_arm_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm_decrypt() argument
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-cipher-glue.c | 15 static void aes_arm64_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm64_encrypt() argument 23 static void aes_arm64_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm64_decrypt() argument
|
H A D | sm4-ce-glue.c | 20 static void sm4_ce_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_ce_encrypt() argument 33 static void sm4_ce_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_ce_decrypt() argument
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue.c | 54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_encrypt() argument 59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_decrypt() argument
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zcomp.h | 15 struct crypto_comp *tfm; member
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-cipher-glue.c | 16 static void aes_arm_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm_encrypt() argument 24 static void aes_arm_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm_decrypt() argument
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-cipher-glue.c | 15 static void aes_arm64_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm64_encrypt() argument 23 static void aes_arm64_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_arm64_decrypt() argument
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zcomp.h | 15 struct crypto_comp *tfm; member
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue.c | 54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_encrypt() argument 59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_decrypt() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | compress.c | 16 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_compress() local 27 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_decompress() local
|
/kernel/linux/linux-6.6/lib/ |
H A D | libcrc32c.c | 36 static struct crypto_shash *tfm; variable
|