Home
last modified time | relevance | path

Searched defs:tfm (Results 1 - 25 of 743) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/include/crypto/internal/
H A Dsig.h13 static inline void *crypto_sig_ctx(struct crypto_sig *tfm) in crypto_sig_ctx() argument
H A Drng.h29 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 Dchacha.h15 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 Dcrypto.h16 struct crypto_sync_skcipher *tfm; member
/kernel/linux/linux-5.10/include/crypto/internal/
H A Drng.h29 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 Dkpp.h21 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 Dchacha.h15 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 Dacompress.h21 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 Dxts.h11 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 Dcryptd.h37 __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 Dsig.h45 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 Dxts.h11 static inline int xts_verify_key(struct crypto_skcipher *tfm, in xts_verify_key() argument
H A Dcryptd.h38 __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 Dcompress.c16 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 Daes-cipher-glue.c16 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 Daes-cipher-glue.c15 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 Dsm4-ce-glue.c20 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 Dtwofish_glue.c54 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 Dzcomp.h15 struct crypto_comp *tfm; member
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-cipher-glue.c16 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 Daes-cipher-glue.c15 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 Dzcomp.h15 struct crypto_comp *tfm; member
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish_glue.c54 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 Dcompress.c16 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 Dlibcrc32c.c36 static struct crypto_shash *tfm; variable

Completed in 5 milliseconds

12345678910>>...30