Home
last modified time | relevance | path

Searched defs:tfm (Results 551 - 575 of 743) sorted by relevance

1...<<21222324252627282930

/kernel/linux/linux-5.10/net/rxrpc/
H A Drxkad.c152 struct crypto_skcipher *tfm = &call->conn->cipher->base; in rxkad_get_call_crypto() local
1259 struct crypto_sync_skcipher *tfm; in rxkad_init() local
/kernel/linux/linux-5.10/fs/crypto/
H A Dfscrypt_private.h180 struct crypto_skcipher *tfm; member
/kernel/linux/linux-5.10/kernel/
H A Dkexec_file.c688 struct crypto_shash *tfm; in kexec_calculate_store_digests() local
/kernel/linux/linux-5.10/fs/pstore/
H A Dplatform.c98 static struct crypto_comp *tfm; variable
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h151 struct crypto_shash *tfm; member
254 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast() argument
276 crypto_ahash_tfm(struct crypto_ahash *tfm) crypto_ahash_tfm() argument
287 crypto_free_ahash(struct crypto_ahash *tfm) crypto_free_ahash() argument
304 crypto_ahash_alg_name(struct crypto_ahash *tfm) crypto_ahash_alg_name() argument
309 crypto_ahash_driver_name(struct crypto_ahash *tfm) crypto_ahash_driver_name() argument
314 crypto_ahash_alignmask( struct crypto_ahash *tfm) crypto_ahash_alignmask() argument
329 crypto_ahash_blocksize(struct crypto_ahash *tfm) crypto_ahash_blocksize() argument
340 crypto_hash_alg_common( struct crypto_ahash *tfm) crypto_hash_alg_common() argument
356 crypto_ahash_digestsize(struct crypto_ahash *tfm) crypto_ahash_digestsize() argument
371 crypto_ahash_statesize(struct crypto_ahash *tfm) crypto_ahash_statesize() argument
376 crypto_ahash_get_flags(struct crypto_ahash *tfm) crypto_ahash_get_flags() argument
381 crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) crypto_ahash_set_flags() argument
386 crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags) crypto_ahash_clear_flags() argument
413 crypto_ahash_reqsize(struct crypto_ahash *tfm) crypto_ahash_reqsize() argument
509 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_import() local
530 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_init() local
551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_update() local
581 ahash_request_set_tfm(struct ahash_request *req, struct crypto_ahash *tfm) ahash_request_set_tfm() argument
599 ahash_request_alloc( struct crypto_ahash *tfm, gfp_t gfp) ahash_request_alloc() argument
721 crypto_shash_tfm(struct crypto_shash *tfm) crypto_shash_tfm() argument
732 crypto_free_shash(struct crypto_shash *tfm) crypto_free_shash() argument
737 crypto_shash_alg_name(struct crypto_shash *tfm) crypto_shash_alg_name() argument
742 crypto_shash_driver_name(struct crypto_shash *tfm) crypto_shash_driver_name() argument
747 crypto_shash_alignmask( struct crypto_shash *tfm) crypto_shash_alignmask() argument
762 crypto_shash_blocksize(struct crypto_shash *tfm) crypto_shash_blocksize() argument
772 crypto_shash_alg(struct crypto_shash *tfm) crypto_shash_alg() argument
786 crypto_shash_digestsize(struct crypto_shash *tfm) crypto_shash_digestsize() argument
791 crypto_shash_statesize(struct crypto_shash *tfm) crypto_shash_statesize() argument
796 crypto_shash_get_flags(struct crypto_shash *tfm) crypto_shash_get_flags() argument
801 crypto_shash_set_flags(struct crypto_shash *tfm, u32 flags) crypto_shash_set_flags() argument
806 crypto_shash_clear_flags(struct crypto_shash *tfm, u32 flags) crypto_shash_clear_flags() argument
826 crypto_shash_descsize(struct crypto_shash *tfm) crypto_shash_descsize() argument
920 struct crypto_shash *tfm = desc->tfm; crypto_shash_import() local
942 struct crypto_shash *tfm = desc->tfm; crypto_shash_init() local
[all...]
/kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/
H A Dsev-guest.c38 struct crypto_aead *tfm; member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dcrypto.h176 struct crypto_tfm *tfm; member
447 crypto_free_tfm(struct crypto_tfm *tfm) crypto_free_tfm() argument
455 crypto_tfm_alg_name(struct crypto_tfm *tfm) crypto_tfm_alg_name() argument
460 crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) crypto_tfm_alg_driver_name() argument
465 crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) crypto_tfm_alg_blocksize() argument
470 crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) crypto_tfm_alg_alignmask() argument
475 crypto_tfm_get_flags(struct crypto_tfm *tfm) crypto_tfm_get_flags() argument
480 crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) crypto_tfm_set_flags() argument
485 crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) crypto_tfm_clear_flags() argument
492 struct crypto_tfm *tfm; crypto_tfm_ctx_alignment() local
496 __crypto_comp_cast(struct crypto_tfm *tfm) __crypto_comp_cast() argument
511 crypto_comp_tfm(struct crypto_comp *tfm) crypto_comp_tfm() argument
516 crypto_free_comp(struct crypto_comp *tfm) crypto_free_comp() argument
530 crypto_comp_name(struct crypto_comp *tfm) crypto_comp_name() argument
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h176 struct crypto_shash *tfm; member
283 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast() argument
307 crypto_ahash_tfm(struct crypto_ahash *tfm) crypto_ahash_tfm() argument
318 crypto_free_ahash(struct crypto_ahash *tfm) crypto_free_ahash() argument
335 crypto_ahash_alg_name(struct crypto_ahash *tfm) crypto_ahash_alg_name() argument
340 crypto_ahash_driver_name(struct crypto_ahash *tfm) crypto_ahash_driver_name() argument
345 crypto_ahash_alignmask( struct crypto_ahash *tfm) crypto_ahash_alignmask() argument
360 crypto_ahash_blocksize(struct crypto_ahash *tfm) crypto_ahash_blocksize() argument
371 crypto_hash_alg_common( struct crypto_ahash *tfm) crypto_hash_alg_common() argument
387 crypto_ahash_digestsize(struct crypto_ahash *tfm) crypto_ahash_digestsize() argument
402 crypto_ahash_statesize(struct crypto_ahash *tfm) crypto_ahash_statesize() argument
407 crypto_ahash_get_flags(struct crypto_ahash *tfm) crypto_ahash_get_flags() argument
412 crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) crypto_ahash_set_flags() argument
417 crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags) crypto_ahash_clear_flags() argument
444 crypto_ahash_reqsize(struct crypto_ahash *tfm) crypto_ahash_reqsize() argument
540 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_import() local
561 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_init() local
603 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); crypto_ahash_update() local
631 ahash_request_set_tfm(struct ahash_request *req, struct crypto_ahash *tfm) ahash_request_set_tfm() argument
649 ahash_request_alloc( struct crypto_ahash *tfm, gfp_t gfp) ahash_request_alloc() argument
775 crypto_shash_tfm(struct crypto_shash *tfm) crypto_shash_tfm() argument
786 crypto_free_shash(struct crypto_shash *tfm) crypto_free_shash() argument
791 crypto_shash_alg_name(struct crypto_shash *tfm) crypto_shash_alg_name() argument
796 crypto_shash_driver_name(struct crypto_shash *tfm) crypto_shash_driver_name() argument
801 crypto_shash_alignmask( struct crypto_shash *tfm) crypto_shash_alignmask() argument
816 crypto_shash_blocksize(struct crypto_shash *tfm) crypto_shash_blocksize() argument
826 crypto_shash_alg(struct crypto_shash *tfm) crypto_shash_alg() argument
840 crypto_shash_digestsize(struct crypto_shash *tfm) crypto_shash_digestsize() argument
845 crypto_shash_statesize(struct crypto_shash *tfm) crypto_shash_statesize() argument
850 crypto_shash_get_flags(struct crypto_shash *tfm) crypto_shash_get_flags() argument
855 crypto_shash_set_flags(struct crypto_shash *tfm, u32 flags) crypto_shash_set_flags() argument
860 crypto_shash_clear_flags(struct crypto_shash *tfm, u32 flags) crypto_shash_clear_flags() argument
880 crypto_shash_descsize(struct crypto_shash *tfm) crypto_shash_descsize() argument
974 struct crypto_shash *tfm = desc->tfm; crypto_shash_import() local
996 struct crypto_shash *tfm = desc->tfm; crypto_shash_init() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c608 struct crypto_shash *tfm = tkey->tx_tfm_michael; in ieee80211_tkip_set_key() local
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c600 struct crypto_shash *tfm = tkey->tx_tfm_michael; in rtllib_tkip_set_key() local
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaampkc.c65 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_pub_unmap() local
77 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f1_unmap() local
89 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f2_unmap() local
106 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f3_unmap() local
156 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f_done() local
252 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); rsa_edesc_alloc() local
379 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); akcipher_do_one_req() local
407 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_pub_pdb() local
453 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_priv_f1_pdb() local
500 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_priv_f2_pdb() local
577 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_priv_f3_pdb() local
673 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); akcipher_enqueue_req() local
716 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_enc() local
755 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec_priv_f1() local
784 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec_priv_f2() local
813 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec_priv_f3() local
842 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec() local
943 caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) caam_rsa_set_pub_key() argument
1048 caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) caam_rsa_set_priv_key() argument
1100 caam_rsa_max_size(struct crypto_akcipher *tfm) caam_rsa_max_size() argument
1108 caam_rsa_init_tfm(struct crypto_akcipher *tfm) caam_rsa_init_tfm() argument
1134 caam_rsa_exit_tfm(struct crypto_akcipher *tfm) caam_rsa_exit_tfm() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c384 struct crypto_tfm *tfm = crypto_aead_tfm(cipher); in crypto4xx_setkey_aes_ccm() local
486 struct crypto_tfm *tfm = crypto_aead_tfm(cipher); in crypto4xx_setauthsize_aead() local
530 struct crypto_tfm *tfm = crypto_aead_tfm(cipher); in crypto4xx_setkey_aes_gcm() local
623 static int crypto4xx_hash_alg_init(struct crypto_tfm *tfm, in crypto4xx_hash_alg_init() argument
717 crypto4xx_sha1_alg_init(struct crypto_tfm *tfm) crypto4xx_sha1_alg_init() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dkexec_file.c679 struct crypto_shash *tfm; in kexec_calculate_store_digests() local
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_cipher.c64 static inline enum cc_key_type cc_key_type(struct crypto_tfm *tfm) in cc_key_type() argument
154 static int cc_cipher_init(struct crypto_tfm *tfm) in cc_cipher_init() argument
232 cc_cipher_exit(struct crypto_tfm *tfm) cc_cipher_exit() argument
304 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); cc_cipher_sethkey() local
404 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); cc_cipher_setkey() local
510 cc_setup_readiv_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_readiv_desc() argument
566 cc_setup_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_state_desc() argument
610 cc_setup_xex_state_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int ivsize, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_xex_state_desc() argument
688 cc_setup_key_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_key_desc() argument
770 cc_setup_mlli_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, void *areq, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_mlli_desc() argument
797 cc_setup_flow_desc(struct crypto_tfm *tfm, struct cipher_req_ctx *req_ctx, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, struct cc_hw_desc desc[], unsigned int *seq_size) cc_setup_flow_desc() argument
881 struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm); cc_cipher_process() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-common-powernv.c1034 static int nx842_powernv_crypto_init(struct crypto_tfm *tfm) in nx842_powernv_crypto_init() argument
H A Dnx.c695 int nx_crypto_ctx_aes_ccm_init(struct crypto_aead *tfm) in nx_crypto_ctx_aes_ccm_init() argument
702 int nx_crypto_ctx_aes_gcm_init(struct crypto_aead *tfm) in nx_crypto_ctx_aes_gcm_init() argument
709 int nx_crypto_ctx_aes_ctr_init(struct crypto_skcipher *tfm) in nx_crypto_ctx_aes_ctr_init() argument
715 int nx_crypto_ctx_aes_cbc_init(struct crypto_skcipher *tfm) in nx_crypto_ctx_aes_cbc_init() argument
721 nx_crypto_ctx_aes_ecb_init(struct crypto_skcipher *tfm) nx_crypto_ctx_aes_ecb_init() argument
727 nx_crypto_ctx_sha_init(struct crypto_tfm *tfm) nx_crypto_ctx_sha_init() argument
732 nx_crypto_ctx_aes_xcbc_init(struct crypto_tfm *tfm) nx_crypto_ctx_aes_xcbc_init() argument
746 nx_crypto_ctx_exit(struct crypto_tfm *tfm) nx_crypto_ctx_exit() argument
757 nx_crypto_ctx_skcipher_exit(struct crypto_skcipher *tfm) nx_crypto_ctx_skcipher_exit() argument
762 nx_crypto_ctx_aead_exit(struct crypto_aead *tfm) nx_crypto_ctx_aead_exit() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-aes.c551 static int starfive_aes_init_tfm(struct crypto_skcipher *tfm) in starfive_aes_init_tfm() argument
621 static int starfive_aes_aead_init_tfm(struct crypto_aead *tfm) in starfive_aes_aead_init_tfm() argument
647 static void starfive_aes_aead_exit_tfm(struct crypto_aead *tfm) in starfive_aes_aead_exit_tfm() argument
656 struct crypto_skcipher *tfm in starfive_aes_crypt() local
698 starfive_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) starfive_aes_setkey() argument
717 starfive_aes_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) starfive_aes_aead_setkey() argument
739 starfive_aes_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) starfive_aes_gcm_setauthsize() argument
745 starfive_aes_ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) starfive_aes_ccm_setauthsize() argument
[all...]
H A Djh7110-hash.c273 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_init() local
291 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_update() local
308 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_final() local
325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_finup() local
342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_digest_fb() local
357 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); starfive_hash_digest() local
381 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); starfive_hash_export() local
395 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); starfive_hash_import() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto.h72 ccp_crypto_skcipher_alg(struct crypto_skcipher *tfm) in ccp_crypto_skcipher_alg() argument
80 ccp_crypto_ahash_alg(struct crypto_tfm *tfm) in ccp_crypto_ahash_alg() argument
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c147 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); in sec_alg_skcipher_init_context() local
227 static int sec_alg_skcipher_setkey(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey() argument
253 static int sec_alg_skcipher_setkey_aes_ecb(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_ecb() argument
275 static int sec_alg_skcipher_setkey_aes_cbc(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_cbc() argument
297 static int sec_alg_skcipher_setkey_aes_ctr(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_ctr() argument
319 sec_alg_skcipher_setkey_aes_xts(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_aes_xts() argument
343 sec_alg_skcipher_setkey_des_ecb(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_des_ecb() argument
350 sec_alg_skcipher_setkey_des_cbc(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_des_cbc() argument
357 sec_alg_skcipher_setkey_3des_ecb(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_3des_ecb() argument
365 sec_alg_skcipher_setkey_3des_cbc(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) sec_alg_skcipher_setkey_3des_cbc() argument
711 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); sec_alg_skcipher_crypto() local
872 sec_alg_skcipher_init(struct crypto_skcipher *tfm) sec_alg_skcipher_init() argument
890 sec_alg_skcipher_exit(struct crypto_skcipher *tfm) sec_alg_skcipher_exit() argument
903 sec_alg_skcipher_init_with_queue(struct crypto_skcipher *tfm) sec_alg_skcipher_init_with_queue() argument
923 sec_alg_skcipher_exit_with_queue(struct crypto_skcipher *tfm) sec_alg_skcipher_exit_with_queue() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c81 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_resubmit() local
181 struct crypto_acomp *tfm = crypto_acomp_reqtfm(areq); in qat_comp_generic_callback() local
266 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_init_tfm() local
289 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_exit_tfm() local
298 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); qat_comp_alg_rfc1950_init_tfm() local
314 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); qat_comp_alg_compress_decompress() local
419 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); qat_comp_alg_rfc1950_decompress() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Domap-aes.c570 static int omap_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in omap_aes_setkey() argument
626 static int omap_aes_init_tfm(struct crypto_skcipher *tfm) in omap_aes_init_tfm() argument
644 static void omap_aes_exit_tfm(struct crypto_skcipher *tfm) in omap_aes_exit_tfm() argument
/kernel/linux/linux-6.6/crypto/
H A Dshash.c34 int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey() argument
41 static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, in shash_setkey_unaligned() argument
62 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey() argument
68 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey() argument
93 struct crypto_shash *tfm = desc->tfm; shash_update_unaligned() local
123 struct crypto_shash *tfm = desc->tfm; crypto_shash_update() local
142 struct crypto_shash *tfm = desc->tfm; shash_final_unaligned() local
170 struct crypto_shash *tfm = desc->tfm; crypto_shash_final() local
197 struct crypto_shash *tfm = desc->tfm; crypto_shash_finup() local
230 struct crypto_shash *tfm = desc->tfm; crypto_shash_digest() local
253 crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, unsigned int len, u8 *out) crypto_shash_tfm_digest() argument
281 shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) shash_async_setkey() argument
402 crypto_exit_shash_ops_async(struct crypto_tfm *tfm) crypto_exit_shash_ops_async() argument
409 crypto_init_shash_ops_async(struct crypto_tfm *tfm) crypto_init_shash_ops_async() argument
466 crypto_shash_exit_tfm(struct crypto_tfm *tfm) crypto_shash_exit_tfm() argument
474 crypto_shash_init_tfm(struct crypto_tfm *tfm) crypto_shash_init_tfm() argument
587 struct crypto_tfm *tfm = crypto_shash_tfm(hash); crypto_clone_shash() local
[all...]
H A Dccm.c108 static int crypto_ccm_setauthsize(struct crypto_aead *tfm, in crypto_ccm_setauthsize() argument
392 static int crypto_ccm_init_tfm(struct crypto_aead *tfm) in crypto_ccm_init_tfm() argument
428 static void crypto_ccm_exit_tfm(struct crypto_aead *tfm) in crypto_ccm_exit_tfm() argument
667 static int crypto_rfc4309_init_tfm(struct crypto_aead *tfm) in crypto_rfc4309_init_tfm() argument
692 crypto_rfc4309_exit_tfm(struct crypto_aead *tfm) crypto_rfc4309_exit_tfm() argument
803 struct crypto_cipher *tfm = tctx->child; crypto_cbcmac_digest_update() local
829 struct crypto_cipher *tfm = tctx->child; crypto_cbcmac_digest_final() local
840 cbcmac_init_tfm(struct crypto_tfm *tfm) cbcmac_init_tfm() argument
856 cbcmac_exit_tfm(struct crypto_tfm *tfm) cbcmac_exit_tfm() argument
[all...]
H A Dalgapi.c804 struct crypto_tfm *tfm; in crypto_spawn_tfm() local
829 struct crypto_tfm *tfm; in crypto_spawn_tfm2() local
[all...]

Completed in 26 milliseconds

1...<<21222324252627282930