/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_crypto.c | 61 struct crypto_shash *tfm; member 93 struct crypto_shash *tfm = ima_shash_tfm; in ima_alloc_tfm() local 214 ima_free_tfm(struct crypto_shash *tfm) ima_free_tfm() argument 292 struct crypto_ahash *tfm = ima_ahash_tfm; ima_alloc_atfm() local 312 ima_free_atfm(struct crypto_ahash *tfm) ima_free_atfm() argument 329 ima_calc_file_hash_atfm(struct file *file, struct ima_digest_data *hash, struct crypto_ahash *tfm) ima_calc_file_hash_atfm() argument 442 struct crypto_ahash *tfm; ima_calc_file_ahash() local 456 ima_calc_file_hash_tfm(struct file *file, struct ima_digest_data *hash, struct crypto_shash *tfm) ima_calc_file_hash_tfm() argument 509 struct crypto_shash *tfm; ima_calc_file_shash() local 663 calc_buffer_ahash_atfm(const void *buf, loff_t len, struct ima_digest_data *hash, struct crypto_ahash *tfm) calc_buffer_ahash_atfm() argument 706 struct crypto_ahash *tfm; calc_buffer_ahash() local 720 calc_buffer_shash_tfm(const void *buf, loff_t size, struct ima_digest_data *hash, struct crypto_shash *tfm) calc_buffer_shash_tfm() argument 753 struct crypto_shash *tfm; calc_buffer_shash() local 800 ima_calc_boot_aggregate_tfm(char *digest, u16 alg_id, struct crypto_shash *tfm) ima_calc_boot_aggregate_tfm() argument 846 struct crypto_shash *tfm; ima_calc_boot_aggregate() local [all...] |
/kernel/linux/linux-6.6/security/integrity/evm/ |
H A D | evm_crypto.c | 78 struct crypto_shash **tfm, *tmp_tfm; in init_desc() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | tcrypt.c | 257 struct crypto_aead *tfm; in test_mb_aead_speed() local 525 struct crypto_aead *tfm; test_aead_speed() local 816 struct crypto_ahash *tfm; test_mb_ahash_speed() local 1061 struct crypto_ahash *tfm; test_ahash_speed_common() local 1254 struct crypto_skcipher *tfm; test_mb_skcipher_speed() local 1490 struct crypto_skcipher *tfm; test_skcipher_speed() local [all...] |
H A D | vmac.c | 429 static int vmac_setkey(struct crypto_shash *tfm, in vmac_setkey() argument 596 static int vmac_init_tfm(struct crypto_tfm *tfm) in vmac_init_tfm() argument 611 static void vmac_exit_tfm(struct crypto_tfm *tfm) in vmac_exit_tfm() argument [all...] |
H A D | skcipher.c | 451 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_walk_skcipher() local 513 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in skcipher_walk_aead_common() local 564 struct crypto_aead *tfm = crypto_aead_reqtfm(req); skcipher_walk_aead_decrypt() local 572 skcipher_set_needkey(struct crypto_skcipher *tfm) skcipher_set_needkey() argument 578 skcipher_setkey_unaligned(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_unaligned() argument 599 crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) crypto_skcipher_setkey() argument 626 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); crypto_skcipher_encrypt() local 643 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); crypto_skcipher_decrypt() local 658 crypto_skcipher_exit_tfm(struct crypto_tfm *tfm) crypto_skcipher_exit_tfm() argument 666 crypto_skcipher_init_tfm(struct crypto_tfm *tfm) crypto_skcipher_init_tfm() argument 768 struct crypto_skcipher *tfm; crypto_alloc_sync_skcipher() local 879 skcipher_setkey_simple(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) skcipher_setkey_simple() argument 890 skcipher_init_tfm_simple(struct crypto_skcipher *tfm) skcipher_init_tfm_simple() argument 905 skcipher_exit_tfm_simple(struct crypto_skcipher *tfm) skcipher_exit_tfm_simple() argument [all...] |
H A D | shash.c | 23 static int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey() argument 42 static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, in shash_setkey_unaligned() argument 63 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey() argument 69 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey() argument 94 struct crypto_shash *tfm = desc->tfm; shash_update_unaligned() local 124 struct crypto_shash *tfm = desc->tfm; crypto_shash_update() local 137 struct crypto_shash *tfm = desc->tfm; shash_final_unaligned() local 165 struct crypto_shash *tfm = desc->tfm; crypto_shash_final() local 186 struct crypto_shash *tfm = desc->tfm; crypto_shash_finup() local 207 struct crypto_shash *tfm = desc->tfm; crypto_shash_digest() local 221 crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, unsigned int len, u8 *out) crypto_shash_tfm_digest() argument 249 shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) shash_async_setkey() argument 370 crypto_exit_shash_ops_async(struct crypto_tfm *tfm) crypto_exit_shash_ops_async() argument 377 crypto_init_shash_ops_async(struct crypto_tfm *tfm) crypto_init_shash_ops_async() argument 416 crypto_shash_exit_tfm(struct crypto_tfm *tfm) crypto_shash_exit_tfm() argument 424 crypto_shash_init_tfm(struct crypto_tfm *tfm) crypto_shash_init_tfm() argument [all...] |
H A D | ccm.c | 107 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...] |
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 1037 static int nx842_powernv_crypto_init(struct crypto_tfm *tfm) in nx842_powernv_crypto_init() argument
|
H A D | nx.c | 694 int nx_crypto_ctx_aes_ccm_init(struct crypto_aead *tfm) in nx_crypto_ctx_aes_ccm_init() argument 701 int nx_crypto_ctx_aes_gcm_init(struct crypto_aead *tfm) in nx_crypto_ctx_aes_gcm_init() argument 708 int nx_crypto_ctx_aes_ctr_init(struct crypto_skcipher *tfm) in nx_crypto_ctx_aes_ctr_init() argument 714 int nx_crypto_ctx_aes_cbc_init(struct crypto_skcipher *tfm) in nx_crypto_ctx_aes_cbc_init() argument 720 nx_crypto_ctx_aes_ecb_init(struct crypto_skcipher *tfm) nx_crypto_ctx_aes_ecb_init() argument 726 nx_crypto_ctx_sha_init(struct crypto_tfm *tfm) nx_crypto_ctx_sha_init() argument 731 nx_crypto_ctx_aes_xcbc_init(struct crypto_tfm *tfm) nx_crypto_ctx_aes_xcbc_init() argument 745 nx_crypto_ctx_exit(struct crypto_tfm *tfm) nx_crypto_ctx_exit() argument 756 nx_crypto_ctx_skcipher_exit(struct crypto_skcipher *tfm) nx_crypto_ctx_skcipher_exit() argument 761 nx_crypto_ctx_aead_exit(struct crypto_aead *tfm) nx_crypto_ctx_aead_exit() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 147 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-5.10/drivers/crypto/ |
H A D | omap-aes.c | 576 static int omap_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in omap_aes_setkey() argument 637 static int omap_aes_init_tfm(struct crypto_skcipher *tfm) in omap_aes_init_tfm() argument 659 static void omap_aes_exit_tfm(struct crypto_skcipher *tfm) in omap_aes_exit_tfm() argument
|
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 384 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-5.10/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 64 static inline enum cc_key_type cc_key_type(struct crypto_tfm *tfm) in cc_key_type() argument 151 static int cc_cipher_init(struct crypto_tfm *tfm) in cc_cipher_init() argument 229 cc_cipher_exit(struct crypto_tfm *tfm) cc_cipher_exit() argument 301 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); cc_cipher_sethkey() local 401 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); cc_cipher_setkey() local 507 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 563 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 607 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 685 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 767 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 794 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 878 struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm); cc_cipher_process() local [all...] |
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | asym_tpm.c | 398 struct crypto_akcipher *tfm; in tpm_key_query() local 448 struct crypto_akcipher *tfm; in tpm_key_encrypt() local 736 struct crypto_akcipher *tfm; tpm_key_verify_signature() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-glue.c | 131 static int skcipher_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in skcipher_aes_setkey() argument 139 static int __maybe_unused xts_set_key(struct crypto_skcipher *tfm, in xts_set_key() argument 156 static int __maybe_unused essiv_cbc_set_key(struct crypto_skcipher *tfm, in essiv_cbc_set_key() argument 175 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() local 195 struct crypto_skcipher *tfm in ecb_decrypt() local 216 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_encrypt_walk() local 245 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_decrypt_walk() local 273 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cts_cbc_encrypt() local 330 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cts_cbc_decrypt() local 385 essiv_cbc_init_tfm(struct crypto_skcipher *tfm) essiv_cbc_init_tfm() argument 394 essiv_cbc_exit_tfm(struct crypto_skcipher *tfm) essiv_cbc_exit_tfm() argument 403 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); essiv_cbc_encrypt() local 425 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); essiv_cbc_decrypt() local 447 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ctr_encrypt() local 484 ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) ctr_encrypt_one() argument 509 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_encrypt() local 581 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_decrypt() local 772 cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) cbcmac_setkey() argument 789 cmac_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) cmac_setkey() argument 813 xcbc_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) xcbc_setkey() argument [all...] |
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | paes_s390.c | 153 static int ecb_paes_init(struct crypto_skcipher *tfm) in ecb_paes_init() argument 163 static void ecb_paes_exit(struct crypto_skcipher *tfm) in ecb_paes_exit() argument 188 static int ecb_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in ecb_paes_set_key() argument 204 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_paes_crypt() local 266 static int cbc_paes_init(struct crypto_skcipher *tfm) in cbc_paes_init() argument 276 cbc_paes_exit(struct crypto_skcipher *tfm) cbc_paes_exit() argument 301 cbc_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) cbc_paes_set_key() argument 317 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_paes_crypt() local 384 xts_paes_init(struct crypto_skcipher *tfm) xts_paes_init() argument 395 xts_paes_exit(struct crypto_skcipher *tfm) xts_paes_exit() argument 440 xts_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int xts_key_len) xts_paes_set_key() argument 480 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_paes_crypt() local 561 ctr_paes_init(struct crypto_skcipher *tfm) ctr_paes_init() argument 571 ctr_paes_exit(struct crypto_skcipher *tfm) ctr_paes_exit() argument 597 ctr_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) ctr_paes_set_key() argument 628 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ctr_paes_crypt() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caampkc.c | 59 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_pub_unmap() local 71 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f1_unmap() local 83 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f2_unmap() local 100 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f3_unmap() local 150 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in rsa_priv_f_done() local 245 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); rsa_edesc_alloc() local 373 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); akcipher_do_one_req() local 398 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_pub_pdb() local 444 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_priv_f1_pdb() local 491 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_priv_f2_pdb() local 568 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); set_rsa_priv_f3_pdb() local 664 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); akcipher_enqueue_req() local 707 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_enc() local 746 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec_priv_f1() local 775 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec_priv_f2() local 804 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec_priv_f3() local 833 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); caam_rsa_dec() local 934 caam_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) caam_rsa_set_pub_key() argument 1036 caam_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) caam_rsa_set_priv_key() argument 1088 caam_rsa_max_size(struct crypto_akcipher *tfm) caam_rsa_max_size() argument 1096 caam_rsa_init_tfm(struct crypto_akcipher *tfm) caam_rsa_init_tfm() argument 1122 caam_rsa_exit_tfm(struct crypto_akcipher *tfm) caam_rsa_exit_tfm() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto.h | 71 ccp_crypto_skcipher_alg(struct crypto_skcipher *tfm) in ccp_crypto_skcipher_alg() argument 79 ccp_crypto_ahash_alg(struct crypto_tfm *tfm) in ccp_crypto_ahash_alg() argument
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-glue.c | 137 static int skcipher_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in skcipher_aes_setkey() argument 145 static int __maybe_unused xts_set_key(struct crypto_skcipher *tfm, in xts_set_key() argument 162 static int __maybe_unused essiv_cbc_set_key(struct crypto_skcipher *tfm, in essiv_cbc_set_key() argument 181 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() local 201 struct crypto_skcipher *tfm in ecb_decrypt() local 222 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_encrypt_walk() local 251 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_decrypt_walk() local 279 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cts_cbc_encrypt() local 336 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cts_cbc_decrypt() local 391 essiv_cbc_init_tfm(struct crypto_skcipher *tfm) essiv_cbc_init_tfm() argument 400 essiv_cbc_exit_tfm(struct crypto_skcipher *tfm) essiv_cbc_exit_tfm() argument 409 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); essiv_cbc_encrypt() local 431 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); essiv_cbc_decrypt() local 453 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xctr_encrypt() local 499 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ctr_encrypt() local 543 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_encrypt() local 615 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_decrypt() local 800 cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) cbcmac_setkey() argument 817 cmac_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) cmac_setkey() argument 841 xcbc_setkey(struct crypto_shash *tfm, const u8 *in_key, unsigned int key_len) xcbc_setkey() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | paes_s390.c | 161 static int ecb_paes_init(struct crypto_skcipher *tfm) in ecb_paes_init() argument 171 static void ecb_paes_exit(struct crypto_skcipher *tfm) in ecb_paes_exit() argument 198 static int ecb_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in ecb_paes_set_key() argument 214 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_paes_crypt() local 276 static int cbc_paes_init(struct crypto_skcipher *tfm) in cbc_paes_init() argument 286 cbc_paes_exit(struct crypto_skcipher *tfm) cbc_paes_exit() argument 313 cbc_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) cbc_paes_set_key() argument 329 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); cbc_paes_crypt() local 396 xts_paes_init(struct crypto_skcipher *tfm) xts_paes_init() argument 407 xts_paes_exit(struct crypto_skcipher *tfm) xts_paes_exit() argument 455 xts_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int xts_key_len) xts_paes_set_key() argument 495 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); xts_paes_crypt() local 576 ctr_paes_init(struct crypto_skcipher *tfm) ctr_paes_init() argument 586 ctr_paes_exit(struct crypto_skcipher *tfm) ctr_paes_exit() argument 614 ctr_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, unsigned int key_len) ctr_paes_set_key() argument 645 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ctr_paes_crypt() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | iscsi_tcp.c | 551 struct crypto_ahash *tfm; in iscsi_sw_tcp_conn_create() local 629 struct crypto_ahash *tfm; in iscsi_sw_tcp_conn_destroy() local
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_tkip.c | 608 struct crypto_shash *tfm = tkey->tx_tfm_michael; in ieee80211_tkip_set_key() local
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_tkip.c | 617 struct crypto_shash *tfm = tkey->tx_tfm_michael; in rtllib_tkip_set_key() local
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | auth.c | 456 struct crypto_shash *tfm = NULL; in sctp_auth_init_hmacs() local 712 struct crypto_shash *tfm; in sctp_auth_calculate_hmac() local
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 624 struct crypto_shash *tfm = tkey->tx_tfm_michael; in lib80211_tkip_set_key() local
|