Searched defs:tfm (Results 76 - 100 of 393) sorted by relevance

1234567891011>>

/linux-master/arch/x86/crypto/
H A Dtwofish_glue_3way.c21 static int twofish_setkey_skcipher(struct crypto_skcipher *tfm, argument
H A Daria_gfni_avx512_glue.c55 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
63 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
69 static int aria_avx512_set_key(struct crypto_skcipher *tfm, const u8 *key, argument
78 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
158 static int aria_avx512_init_tfm(struct crypto_skcipher *tfm) argument
[all...]
H A Dblowfish_glue.c43 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
48 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
53 static int blowfish_setkey_skcipher(struct crypto_skcipher *tfm, argument
/linux-master/crypto/
H A Dxctr.c102 struct crypto_skcipher *tfm local
34 crypto_xctr_crypt_final(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) argument
49 crypto_xctr_crypt_segment(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) argument
74 crypto_xctr_crypt_inplace(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) argument
[all...]
H A Daes_generic.c1136 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
1176 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
1246 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dfcrypt.c233 static void fcrypt_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
265 static void fcrypt_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
300 static int fcrypt_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dblowfish_common.c345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dkpp.c40 static void crypto_kpp_exit_tfm(struct crypto_tfm *tfm) argument
48 static int crypto_kpp_init_tfm(struct crypto_tfm *tfm) argument
H A Dcipher.c20 static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, argument
43 int crypto_cipher_setkey(struct crypto_cipher *tfm, argument
59 static inline void cipher_crypt_one(struct crypto_cipher *tfm, argument
80 crypto_cipher_encrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
87 crypto_cipher_decrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
96 struct crypto_tfm *tfm = crypto_cipher_tfm(cipher); local
[all...]
H A Dcbc.c15 static int crypto_cbc_encrypt_segment(struct crypto_lskcipher *tfm, argument
30 static int crypto_cbc_encrypt_inplace(struct crypto_lskcipher *tfm, argument
53 static int crypto_cbc_encrypt(struct crypto_lskcipher *tfm, const u8 *src, argument
69 static int crypto_cbc_decrypt_segment(struct crypto_lskcipher *tfm, argument
94 crypto_cbc_decrypt_inplace(struct crypto_lskcipher *tfm, u8 *src, unsigned nbytes, u8 *iv) argument
122 crypto_cbc_decrypt(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, u8 *iv, u32 flags) argument
[all...]
/linux-master/arch/s390/crypto/
H A Dghash_s390.c41 static int ghash_setkey(struct crypto_shash *tfm, argument
H A Dchacha-glue.c36 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c45 struct crypto_skcipher *tfm; member in struct:skcipher_def
/linux-master/arch/arm64/crypto/
H A Daes-ce-glue.c46 static void aes_cipher_encrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) argument
60 static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) argument
142 int ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
H A Dsm4-neon-glue.c28 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
66 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
74 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
82 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
114 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
145 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_verify.c26 struct crypto_shash *tfm; local
[all...]
/linux-master/include/crypto/internal/
H A Dscompress.h55 static inline struct crypto_scomp *__crypto_scomp_tfm(struct crypto_tfm *tfm) argument
60 static inline struct crypto_tfm *crypto_scomp_tfm(struct crypto_scomp *tfm) argument
65 static inline void crypto_free_scomp(struct crypto_scomp *tfm) argument
70 crypto_scomp_alg(struct crypto_scomp *tfm) argument
75 crypto_scomp_alloc_ctx(struct crypto_scomp *tfm) argument
80 crypto_scomp_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
86 crypto_scomp_compress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
93 crypto_scomp_decompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dcipher.h37 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) argument
66 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) argument
75 static inline void crypto_free_cipher(struct crypto_cipher *tfm) argument
109 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) argument
114 crypto_cipher_alignmask(struct crypto_cipher *tfm) argument
119 crypto_cipher_get_flags(struct crypto_cipher *tfm) argument
124 crypto_cipher_set_flags(struct crypto_cipher *tfm, u32 flags) argument
130 crypto_cipher_clear_flags(struct crypto_cipher *tfm, u32 flags) argument
215 crypto_cipher_alg(struct crypto_cipher *tfm) argument
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c20 struct crypto_shash *tfm; local
[all...]
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c17 int sun8i_ce_prng_init(struct crypto_tfm *tfm) argument
25 void sun8i_ce_prng_exit(struct crypto_tfm *tfm) argument
34 int sun8i_ce_prng_seed(struct crypto_rng *tfm, const u8 *seed, argument
55 int sun8i_ce_prng_generate(struct crypto_rng *tfm, const u8 *src, argument
/linux-master/arch/sparc/crypto/
H A Dcrc32c_glue.c114 static int crc32c_sparc64_cra_init(struct crypto_tfm *tfm) argument
/linux-master/arch/powerpc/crypto/
H A Daes_cbc.c24 static int p8_aes_cbc_init(struct crypto_skcipher *tfm) argument
44 static void p8_aes_cbc_exit(struct crypto_skcipher *tfm) argument
51 static int p8_aes_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
73 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
H A Daes_ctr.c23 static int p8_aes_ctr_init(struct crypto_skcipher *tfm) argument
43 static void p8_aes_ctr_exit(struct crypto_skcipher *tfm) argument
50 static int p8_aes_ctr_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
92 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
H A Daes_xts.c26 static int p8_aes_xts_init(struct crypto_skcipher *tfm) argument
46 static void p8_aes_xts_exit(struct crypto_skcipher *tfm) argument
53 static int p8_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
80 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
[all...]
H A Dghash.c55 static int p8_ghash_setkey(struct crypto_shash *tfm, const u8 *key, argument

Completed in 289 milliseconds

1234567891011>>