Searched defs:tfm (Results 276 - 300 of 393) sorted by last modified time

<<111213141516

/linux-master/crypto/
H A Dsm4_generic.c31 static int sm4_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
41 static void sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
50 static void sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dserpent_generic.c452 int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
510 static void serpent_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
569 static void serpent_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Dseed.c327 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
364 static void seed_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
402 static void seed_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dkhazad.c756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
837 static void khazad_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
843 static void khazad_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) 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 Ddes_generic.c19 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, argument
37 static void crypto_des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
44 static void crypto_des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
51 static int des3_ede_setkey(struct crypto_tfm *tfm, const u8 *key, argument
69 crypto_des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
77 crypto_des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
[all...]
H A Dcast5_generic.c353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
H A Dcast6_generic.c146 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
204 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
241 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
H A Dcamellia_generic.c960 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
986 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
1012 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dblowfish_generic.c37 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
69 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Dblowfish_common.c345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Danubis.c462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
660 static void anubis_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
666 static void anubis_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Daes_ti.c12 static int aesti_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
20 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
36 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
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 Decdh.c21 static inline struct ecdh_ctx *ecdh_get_ctx(struct crypto_kpp *tfm) argument
26 static int ecdh_set_secret(struct crypto_kpp *tfm, const void *buf, argument
52 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
118 static unsigned int ecdh_max_size(struct crypto_kpp *tfm) argument
126 static int ecdh_nist_p192_init_tfm(struct crypto_kpp *tfm) argument
151 ecdh_nist_p256_init_tfm(struct crypto_kpp *tfm) argument
176 ecdh_nist_p384_init_tfm(struct crypto_kpp *tfm) argument
[all...]
H A Decdsa.c139 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
222 static int ecdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
254 static void ecdsa_exit_tfm(struct crypto_akcipher *tfm) argument
261 static unsigned int ecdsa_max_size(struct crypto_akcipher *tfm) argument
268 static int ecdsa_nist_p384_init_tfm(struct crypto_akcipher *tfm) argument
290 ecdsa_nist_p256_init_tfm(struct crypto_akcipher *tfm) argument
312 ecdsa_nist_p192_init_tfm(struct crypto_akcipher *tfm) argument
[all...]
/linux-master/arch/x86/crypto/
H A Dtwofish_glue.c54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Dpolyval-clmulni_glue.c52 static inline struct polyval_tfm_ctx *polyval_tfm_ctx(struct crypto_shash *tfm) argument
81 static int polyval_x86_setkey(struct crypto_shash *tfm, argument
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c20 static int sm4_ce_setkey(struct crypto_tfm *tfm, const u8 *key, argument
28 static void sm4_ce_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
41 static void sm4_ce_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Daes-cipher-glue.c15 static void aes_arm64_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
23 static void aes_arm64_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
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
/linux-master/arch/arm/crypto/
H A Daes-cipher-glue.c16 static void aes_arm_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
24 static void aes_arm_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
/linux-master/drivers/crypto/qce/
H A Dskcipher.c173 struct crypto_tfm *tfm = crypto_skcipher_tfm(ablk); local
258 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
320 static int qce_skcipher_init(struct crypto_skcipher *tfm) argument
328 static int qce_skcipher_init_fallback(struct crypto_skcipher *tfm) argument
342 qce_skcipher_exit(struct crypto_skcipher *tfm) argument
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ccm.c23 static int ccm_aes_nx_set_key(struct crypto_aead *tfm, argument
53 static int ccm4309_aes_nx_set_key(struct crypto_aead *tfm, argument
69 static int ccm_aes_nx_setauthsize(struct crypto_aead *tfm, argument
88 static int ccm4309_aes_nx_setauthsize(struct crypto_aead *tfm, argument
[all...]
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_crypto.c199 int zip_alloc_comp_ctx_deflate(struct crypto_tfm *tfm) argument
206 int zip_alloc_comp_ctx_lzs(struct crypto_tfm *tfm) argument
213 void zip_free_comp_ctx(struct crypto_tfm *tfm) argument
220 int zip_comp_compress(struct crypto_tfm *tfm, argument
229 int zip_comp_decompress(struct crypto_tfm *tfm, argument
239 zip_alloc_scomp_ctx_deflate(struct crypto_scomp *tfm) argument
258 zip_alloc_scomp_ctx_lzs(struct crypto_scomp *tfm) argument
277 zip_free_scomp_ctx(struct crypto_scomp *tfm, void *ctx) argument
285 zip_scomp_compress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
294 zip_scomp_decompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]

Completed in 680 milliseconds

<<111213141516