Searched defs:tfm (Results 201 - 225 of 393) sorted by last modified time

1234567891011>>

/linux-master/drivers/crypto/
H A Domap-aes-gcm.c312 int omap_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, argument
328 int omap_aes_4106gcm_setkey(struct crypto_aead *tfm, const u8 *key, argument
349 int omap_aes_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
383 int omap_aes_gcm_cra_init(struct crypto_aead *tfm) argument
H A Datmel-ecc.c77 static int atmel_ecdh_set_secret(struct crypto_kpp *tfm, const void *buf, argument
139 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
167 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
247 static int atmel_ecdh_init_tfm(struct crypto_kpp *tfm) argument
273 atmel_ecdh_exit_tfm(struct crypto_kpp *tfm) argument
282 atmel_ecdh_max_size(struct crypto_kpp *tfm) argument
[all...]
/linux-master/drivers/crypto/chelsio/
H A Dchcr_crypto.h158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) argument
163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) argument
168 static inline struct chcr_context *h_ctx(struct crypto_ahash *tfm) argument
/linux-master/drivers/crypto/caam/
H A Dcaampkc.c65 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
77 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
89 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
106 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
156 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
252 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
379 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
407 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
453 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
500 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
577 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
673 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
716 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
755 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
784 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
813 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
842 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
943 caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
1048 caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
1100 caam_rsa_max_size(struct crypto_akcipher *tfm) argument
1108 caam_rsa_init_tfm(struct crypto_akcipher *tfm) argument
1134 caam_rsa_exit_tfm(struct crypto_akcipher *tfm) argument
[all...]
/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c351 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
537 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
561 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
584 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
612 static int aspeed_sham_shash_digest(struct crypto_shash *tfm, u32 flags, argument
625 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
639 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
664 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); local
751 aspeed_sham_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
788 aspeed_sham_cra_init(struct crypto_tfm *tfm) argument
819 aspeed_sham_cra_exit(struct crypto_tfm *tfm) argument
[all...]
/linux-master/crypto/
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...]
H A Dinternal.h39 struct crypto_akcipher *tfm; member in struct:crypto_akcipher_sync_data
214 static inline struct crypto_tfm *crypto_tfm_get(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 Dakcipher.c44 static void crypto_akcipher_exit_tfm(struct crypto_tfm *tfm) argument
52 static int crypto_akcipher_init_tfm(struct crypto_tfm *tfm) argument
150 static int akcipher_default_set_key(struct crypto_akcipher *tfm, argument
245 int crypto_akcipher_sync_encrypt(struct crypto_akcipher *tfm, argument
263 crypto_akcipher_sync_decrypt(struct crypto_akcipher *tfm, const void *src, unsigned int slen, void *dst, unsigned int dlen) argument
282 crypto_exit_akcipher_ops_sig(struct crypto_tfm *tfm) argument
289 crypto_init_akcipher_ops_sig(struct crypto_tfm *tfm) argument
[all...]
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
/linux-master/fs/verity/
H A Dhash_algs.c46 struct crypto_shash *tfm; local
[all...]
/linux-master/include/crypto/internal/
H A Dsig.h13 static inline void *crypto_sig_ctx(struct crypto_sig *tfm) argument
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/crypto/marvell/cesa/
H A Dcipher.c241 static void mv_cesa_skcipher_cra_exit(struct crypto_tfm *tfm) argument
248 static int mv_cesa_skcipher_cra_init(struct crypto_tfm *tfm) argument
263 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); local
426 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c219 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
446 static int qat_dh_set_secret(struct crypto_kpp *tfm, const void *buf, argument
480 static unsigned int qat_dh_max_size(struct crypto_kpp *tfm) argument
487 static int qat_dh_init_tfm(struct crypto_kpp *tfm) argument
504 static void qat_dh_exit_tfm(struct crypto_kpp *tfm) argument
647 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
781 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); local
1158 qat_rsa_setkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen, bool private) argument
1205 qat_rsa_setpubkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
1211 qat_rsa_setprivkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
1217 qat_rsa_max_size(struct crypto_akcipher *tfm) argument
1224 qat_rsa_init_tfm(struct crypto_akcipher *tfm) argument
1240 qat_rsa_exit_tfm(struct crypto_akcipher *tfm) argument
[all...]
H A Dqat_algs.c546 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, argument
589 static int qat_alg_aead_rekey(struct crypto_aead *tfm, const u8 *key, argument
603 static int qat_alg_aead_newkey(struct crypto_aead *tfm, const u8 *key, argument
655 qat_alg_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
786 struct crypto_tfm *tfm = crypto_aead_tfm(aead_tfm); local
832 struct crypto_tfm *tfm = crypto_aead_tfm(aead_tfm); local
938 qat_alg_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen, int mode) argument
952 qat_alg_skcipher_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
959 qat_alg_skcipher_ctr_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
966 qat_alg_skcipher_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
1020 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); local
1087 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); local
1152 qat_alg_aead_init(struct crypto_aead *tfm, enum icp_qat_hw_auth_algo hash, const char *hash_name) argument
1166 qat_alg_aead_sha1_init(struct crypto_aead *tfm) argument
1171 qat_alg_aead_sha256_init(struct crypto_aead *tfm) argument
1176 qat_alg_aead_sha512_init(struct crypto_aead *tfm) argument
1181 qat_alg_aead_exit(struct crypto_aead *tfm) argument
1206 qat_alg_skcipher_init_tfm(struct crypto_skcipher *tfm) argument
1212 qat_alg_skcipher_init_xts_tfm(struct crypto_skcipher *tfm) argument
1236 qat_alg_skcipher_exit_tfm(struct crypto_skcipher *tfm) argument
1263 qat_alg_skcipher_exit_xts_tfm(struct crypto_skcipher *tfm) argument
[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/fs/smb/server/
H A Dcrypto_ctx.c41 struct crypto_aead *tfm = NULL; local
65 struct crypto_shash *tfm = NULL; local
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_login.c80 struct crypto_ahash *tfm; local
1170 struct crypto_ahash *tfm; local
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h405 struct crypto_shash *tfm; member in struct:rxe_dev
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, argument
40 int sun8i_ss_prng_init(struct crypto_tfm *tfm) argument
48 void sun8i_ss_prng_exit(struct crypto_tfm *tfm) argument
57 int sun8i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, argument
/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/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c18 int sun4i_hash_crainit(struct crypto_tfm *tfm) argument
39 void sun4i_hash_craexit(struct crypto_tfm *tfm) argument
50 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
193 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); local
[all...]
H A Dsun4i-ss-cipher.c17 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
150 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
178 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
399 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
410 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
422 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
433 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
445 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
456 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
468 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
479 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
491 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
502 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
514 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
525 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); local
534 sun4i_ss_cipher_init(struct crypto_tfm *tfm) argument
568 sun4i_ss_cipher_exit(struct crypto_tfm *tfm) argument
577 sun4i_ss_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
607 sun4i_ss_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
627 sun4i_ss_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c3786 struct crypto_shash *tfm; local

Completed in 335 milliseconds

1234567891011>>