Searched defs:tfm (Results 126 - 150 of 399) sorted by relevance

1234567891011>>

/linux-master/crypto/
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 Dtwofish_common.c686 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
H A Dtea.c42 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
57 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
85 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
115 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
130 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
151 xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
174 xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
195 xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
[all...]
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 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 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 Daria_generic.c174 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
266 static void __aria_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
273 static void __aria_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Ddeflate.c115 static void *deflate_alloc_ctx(struct crypto_scomp *tfm) argument
133 static int deflate_init(struct crypto_tfm *tfm) argument
146 static void deflate_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
152 static void deflate_exit(struct crypto_tfm *tfm) argument
188 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src, argument
196 deflate_scompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
244 deflate_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
252 deflate_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dxcbc.c89 struct crypto_cipher *tfm = tctx->child; local
134 struct crypto_cipher *tfm = tctx->child; local
162 static int xcbc_init_tfm(struct crypto_tfm *tfm) argument
178 xcbc_exit_tfm(struct crypto_tfm *tfm) argument
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c29 static int ccp_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, argument
57 static int ccp_aes_gcm_setauthsize(struct crypto_aead *tfm, argument
78 struct crypto_aead *tfm = crypto_aead_reqtfm(req); local
149 static int ccp_aes_gcm_cra_init(struct crypto_aead *tfm) argument
161 static void ccp_aes_gcm_cra_exit(struct crypto_tfm *tfm) argument
[all...]
H A Dccp-crypto-aes-xts.c75 static int ccp_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
107 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
197 static int ccp_aes_xts_init_tfm(struct crypto_skcipher *tfm) argument
220 static void ccp_aes_xts_exit_tfm(struct crypto_skcipher *tfm) argument
[all...]
H A Dccp-crypto-des3.c37 static int ccp_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
63 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
116 static int ccp_des3_init_tfm(struct crypto_skcipher *tfm) argument
/linux-master/include/crypto/internal/
H A Daead.h37 static inline void *crypto_aead_ctx(struct crypto_aead *tfm) argument
42 static inline void *crypto_aead_ctx_dma(struct crypto_aead *tfm) argument
155 static inline unsigned int crypto_aead_chunksize(struct crypto_aead *tfm) argument
H A Dkpp.h76 static inline void *kpp_tfm_ctx(struct crypto_kpp *tfm) argument
81 static inline void *kpp_tfm_ctx_dma(struct crypto_kpp *tfm) argument
91 static inline const char *kpp_alg_name(struct crypto_kpp *tfm) argument
H A Dakcipher.h59 static inline void *akcipher_tfm_ctx(struct crypto_akcipher *tfm) argument
64 static inline void *akcipher_tfm_ctx_dma(struct crypto_akcipher *tfm) argument
75 static inline const char *akcipher_alg_name(struct crypto_akcipher *tfm) argument
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c43 static int gcm_setkey(struct crypto_aead *tfm, const u8 *key, argument
61 static int gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Dsm4-ce-ccm-glue.c30 static int ccm_setkey(struct crypto_aead *tfm, const u8 *key, argument
46 static int ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
/linux-master/drivers/crypto/caam/
H A Dcaamprng.c76 static int caam_prng_generate(struct crypto_rng *tfm, argument
138 static void caam_prng_exit(struct crypto_tfm *tfm) {} argument
140 static int caam_prng_init(struct crypto_tfm *tfm) argument
145 static int caam_prng_seed(struct crypto_rng *tfm, argument
/linux-master/arch/x86/crypto/
H A Daria_aesni_avx2_glue.c68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
76 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
82 static int aria_avx2_set_key(struct crypto_skcipher *tfm, const u8 *key, argument
91 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
159 static int aria_avx2_init_tfm(struct crypto_skcipher *tfm) argument
[all...]
H A Daria_aesni_avx_glue.c66 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
74 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
80 static int aria_avx_set_key(struct crypto_skcipher *tfm, const u8 *key, argument
89 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
146 static int aria_avx_init_tfm(struct crypto_skcipher *tfm) argument
[all...]
/linux-master/security/keys/
H A Ddh.c69 struct crypto_shash *tfm; local
134 struct crypto_kpp *tfm; local
[all...]
/linux-master/fs/smb/server/
H A Dcrypto_ctx.c41 struct crypto_aead *tfm = NULL; local
65 struct crypto_shash *tfm = NULL; local
[all...]
/linux-master/net/xfrm/
H A Dxfrm_ipcomp.c45 struct crypto_comp *tfm = *this_cpu_ptr(ipcd->tfms); local
128 struct crypto_comp *tfm; local
254 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu); local
268 struct crypto_comp *tfm; local
292 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, local
[all...]
/linux-master/net/mac80211/
H A Dfils_aead.c25 static int aes_s2v(struct crypto_shash *tfm, argument
72 struct crypto_shash *tfm; local
149 struct crypto_shash *tfm; local
[all...]

Completed in 165 milliseconds

1234567891011>>