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

1234567891011>>

/linux-master/crypto/
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 Drng.c31 int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) argument
60 static int crypto_rng_init_tfm(struct crypto_tfm *tfm) argument
H A Dacompress.c31 static inline struct acomp_alg *crypto_acomp_alg(struct crypto_acomp *tfm) argument
56 static void crypto_acomp_exit_tfm(struct crypto_tfm *tfm) argument
64 static int crypto_acomp_init_tfm(struct crypto_tfm *tfm) argument
157 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); local
171 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); local
[all...]
H A Dsig.c24 static int crypto_sig_init_tfm(struct crypto_tfm *tfm) argument
82 int crypto_sig_maxsize(struct crypto_sig *tfm) argument
90 int crypto_sig_sign(struct crypto_sig *tfm, argument
109 int crypto_sig_verify(struct crypto_sig *tfm, argument
133 crypto_sig_set_pubkey(struct crypto_sig *tfm, const void *key, unsigned int keylen) argument
142 crypto_sig_set_privkey(struct crypto_sig *tfm, const void *key, unsigned int keylen) 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/include/crypto/
H A Drng.h113 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) argument
131 static inline struct rng_alg *crypto_rng_alg(struct crypto_rng *tfm) argument
142 crypto_free_rng(struct crypto_rng *tfm) argument
181 crypto_rng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) argument
209 crypto_rng_get_bytes(struct crypto_rng *tfm, u8 *rdata, unsigned int dlen) argument
247 crypto_rng_seedsize(struct crypto_rng *tfm) argument
[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 185 milliseconds

1234567891011>>