/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 648 static int stm32_cryp_init_tfm(struct crypto_skcipher *tfm) in stm32_cryp_init_tfm() argument 664 static int stm32_cryp_aes_aead_init(struct crypto_aead *tfm) in stm32_cryp_aes_aead_init() argument 706 static int stm32_cryp_setkey(struct crypto_skcipher *tfm, const u8 *key, in stm32_cryp_setkey() argument 717 static int stm32_cryp_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in stm32_cryp_aes_setkey() argument 727 stm32_cryp_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_des_setkey() argument 734 stm32_cryp_tdes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) stm32_cryp_tdes_setkey() argument 741 stm32_cryp_aes_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) stm32_cryp_aes_aead_setkey() argument 756 stm32_cryp_aes_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) stm32_cryp_aes_gcm_setauthsize() argument 775 stm32_cryp_aes_ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) stm32_cryp_aes_ccm_setauthsize() argument [all...] |
H A D | stm32-hash.c | 226 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key() local 254 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl() local 480 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send() local 683 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_init() local 1021 stm32_hash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) stm32_hash_setkey() argument 1036 stm32_hash_cra_init_algs(struct crypto_tfm *tfm, const char *algs_hmac_name) stm32_hash_cra_init_algs() argument 1055 stm32_hash_cra_init(struct crypto_tfm *tfm) stm32_hash_cra_init() argument 1060 stm32_hash_cra_md5_init(struct crypto_tfm *tfm) stm32_hash_cra_md5_init() argument 1065 stm32_hash_cra_sha1_init(struct crypto_tfm *tfm) stm32_hash_cra_sha1_init() argument 1070 stm32_hash_cra_sha224_init(struct crypto_tfm *tfm) stm32_hash_cra_sha224_init() argument 1075 stm32_hash_cra_sha256_init(struct crypto_tfm *tfm) stm32_hash_cra_sha256_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx() argument 163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) in c_ctx() argument 168 static inline struct chcr_context *h_ctx(struct crypto_ahash *tfm) in h_ctx() argument
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 143 struct crypto_tfm *tfm; member 243 static inline u32 cipher_cfg_enc(struct crypto_tfm *tfm) in cipher_cfg_enc() argument 248 static inline u32 cipher_cfg_dec(struct crypto_tfm *tfm) in cipher_cfg_dec() argument 253 static inline const struct ix_hash_algo *ix_hash(struct crypto_tfm *tfm) in ix_hash() argument 348 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in finish_scattered_hmac() local 386 struct crypto_skcipher *tfm in one_packet() local 575 init_tfm(struct crypto_tfm *tfm) init_tfm() argument 591 init_tfm_ablk(struct crypto_skcipher *tfm) init_tfm_ablk() argument 597 init_tfm_aead(struct crypto_aead *tfm) init_tfm_aead() argument 603 exit_tfm(struct crypto_tfm *tfm) exit_tfm() argument 610 exit_tfm_ablk(struct crypto_skcipher *tfm) exit_tfm_ablk() argument 615 exit_tfm_aead(struct crypto_aead *tfm) exit_tfm_aead() argument 620 register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, int init_len, u32 ctx_addr, const u8 *key, int key_len) register_chain_var() argument 676 setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned authsize, const u8 *key, int key_len, unsigned digest_len) setup_auth() argument 723 gen_rev_aes_key(struct crypto_tfm *tfm) gen_rev_aes_key() argument 751 setup_cipher(struct crypto_tfm *tfm, int encrypt, const u8 *key, int key_len) setup_cipher() argument 835 ablk_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) ablk_setkey() argument 860 ablk_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) ablk_des3_setkey() argument 867 ablk_rfc3686_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) ablk_rfc3686_setkey() argument 885 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ablk_perform() local 974 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); ablk_rfc3686_crypt() local 997 struct crypto_aead *tfm = crypto_aead_reqtfm(req); aead_perform() local 1108 aead_setup(struct crypto_aead *tfm, unsigned int authsize) aead_setup() argument 1140 aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) aead_setauthsize() argument 1149 aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) aead_setkey() argument 1176 des3_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) des3_aead_setkey() argument [all...] |
H A D | picoxcell_crypto.c | 458 static int spacc_aead_setkey(struct crypto_aead *tfm, const u8 *key, in spacc_aead_setkey() argument 495 static int spacc_aead_setauthsize(struct crypto_aead *tfm, in spacc_aead_setauthsize() argument 693 static int spacc_aead_cra_init(struct crypto_aead *tfm) in spacc_aead_cra_init() argument 722 static void spacc_aead_cra_exit(struct crypto_aead *tfm) in spacc_aead_cra_exit() argument 776 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); spacc_aes_setkey() local 817 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); spacc_kasumi_f8_setkey() local 836 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(ablk_req); spacc_ablk_need_fallback() local 867 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(ablk_req); spacc_ablk_submit() local 926 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); spacc_ablk_setup() local 1001 spacc_ablk_init_tfm(struct crypto_skcipher *tfm) spacc_ablk_init_tfm() argument 1032 spacc_ablk_exit_tfm(struct crypto_skcipher *tfm) spacc_ablk_exit_tfm() argument [all...] |
H A D | sahara.c | 627 static int sahara_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in sahara_aes_setkey() argument 726 static int sahara_aes_init_tfm(struct crypto_skcipher *tfm) in sahara_aes_init_tfm() argument 744 static void sahara_aes_exit_tfm(struct crypto_skcipher *tfm) in sahara_aes_exit_tfm() argument 891 struct crypto_ahash *tfm in sahara_sha_prepare_request() local 1074 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); sahara_sha_init() local 1139 sahara_sha_cra_init(struct crypto_tfm *tfm) sahara_sha_cra_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg.c | 3390 static int caam_cra_init(struct crypto_skcipher *tfm) in caam_cra_init() argument 3427 static int caam_aead_init(struct crypto_aead *tfm) in caam_aead_init() argument 3450 caam_cra_exit(struct crypto_skcipher *tfm) caam_cra_exit() argument 3459 caam_aead_exit(struct crypto_aead *tfm) caam_aead_exit() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.c | 660 struct crypto_tfm *tfm = crypto_ahash_tfm(ahash); in handle_ahash_req() local 1908 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_enqueue() local 1965 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in __ahash_init() local 2021 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_init() local 2094 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_update() local 2149 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_final() local 2188 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_finup() local 2421 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_hmac_init() local 2471 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); ahash_hmac_digest() local 2595 struct crypto_tfm *tfm = crypto_aead_tfm(aead); aead_do_fallback() local 2763 struct crypto_tfm *tfm = crypto_aead_tfm(cipher); aead_authenc_setkey() local 2858 struct crypto_tfm *tfm = crypto_aead_tfm(cipher); aead_gcm_ccm_setkey() local 4183 generic_cra_init(struct crypto_tfm *tfm, struct iproc_alg_s *cipher_alg) generic_cra_init() argument 4212 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); skcipher_init_tfm() local 4224 ahash_cra_init(struct crypto_tfm *tfm) ahash_cra_init() argument 4248 struct crypto_tfm *tfm = crypto_aead_tfm(aead); aead_cra_init() local 4287 generic_cra_exit(struct crypto_tfm *tfm) generic_cra_exit() argument 4292 skcipher_exit_tfm(struct crypto_skcipher *tfm) skcipher_exit_tfm() argument 4299 struct crypto_tfm *tfm = crypto_aead_tfm(aead); aead_cra_exit() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 127 struct crypto_aead *tfm = crypto_aead_reqtfm(aead_req); in sec_aead_verify() local 536 static int sec_skcipher_init(struct crypto_skcipher *tfm) in sec_skcipher_init() argument 564 static void sec_skcipher_uninit(struct crypto_skcipher *tfm) in sec_skcipher_uninit() argument 626 static int sec_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in sec_skcipher_setkey() argument 881 sec_aead_setkey(struct crypto_aead *tfm, const u8 *key, const u32 keylen, const enum sec_hash_alg a_alg, const enum sec_calg c_alg, const enum sec_mac_len mac_len, const enum sec_cmode c_mode) sec_aead_setkey() argument 1173 struct crypto_aead *tfm = crypto_aead_reqtfm(a_req); sec_aead_callback() local 1304 sec_skcipher_ctx_init(struct crypto_skcipher *tfm) sec_skcipher_ctx_init() argument 1313 sec_skcipher_ctx_exit(struct crypto_skcipher *tfm) sec_skcipher_ctx_exit() argument 1318 sec_aead_init(struct crypto_aead *tfm) sec_aead_init() argument 1354 sec_aead_exit(struct crypto_aead *tfm) sec_aead_exit() argument 1363 sec_aead_ctx_init(struct crypto_aead *tfm, const char *hash_name) sec_aead_ctx_init() argument 1385 sec_aead_ctx_exit(struct crypto_aead *tfm) sec_aead_ctx_exit() argument 1393 sec_aead_sha1_ctx_init(struct crypto_aead *tfm) sec_aead_sha1_ctx_init() argument 1398 sec_aead_sha256_ctx_init(struct crypto_aead *tfm) sec_aead_sha256_ctx_init() argument 1403 sec_aead_sha512_ctx_init(struct crypto_aead *tfm) sec_aead_sha512_ctx_init() argument 1445 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(sk_req); sec_skcipher_crypto() local 1535 struct crypto_aead *tfm = crypto_aead_reqtfm(req); sec_aead_param_check() local 1573 struct crypto_aead *tfm = crypto_aead_reqtfm(a_req); sec_aead_crypto() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 620 static int safexcel_ahash_exit_inv(struct crypto_tfm *tfm) in safexcel_ahash_exit_inv() argument 916 static int safexcel_ahash_cra_init(struct crypto_tfm *tfm) in safexcel_ahash_cra_init() argument 959 static void safexcel_ahash_cra_exit(struct crypto_tfm *tfm) in safexcel_ahash_cra_exit() argument 1145 struct crypto_ahash *tfm; __safexcel_hmac_setkey() local 1214 safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_alg_setkey() argument 1223 safexcel_hmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha1_setkey() argument 1376 safexcel_hmac_sha224_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha224_setkey() argument 1448 safexcel_hmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha256_setkey() argument 1634 safexcel_hmac_sha512_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha512_setkey() argument 1706 safexcel_hmac_sha384_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha384_setkey() argument 1859 safexcel_hmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_md5_setkey() argument 1908 safexcel_crc32_cra_init(struct crypto_tfm *tfm) safexcel_crc32_cra_init() argument 1940 safexcel_crc32_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_crc32_setkey() argument 2012 safexcel_cbcmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int len) safexcel_cbcmac_setkey() argument 2080 safexcel_xcbcmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int len) safexcel_xcbcmac_setkey() argument 2126 safexcel_xcbcmac_cra_init(struct crypto_tfm *tfm) safexcel_xcbcmac_cra_init() argument 2135 safexcel_xcbcmac_cra_exit(struct crypto_tfm *tfm) safexcel_xcbcmac_cra_exit() argument 2175 safexcel_cmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int len) safexcel_cmac_setkey() argument 2328 safexcel_hmac_sm3_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sm3_setkey() argument 2402 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_sha3_224_init() local 2420 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); safexcel_sha3_fbcheck() local 2457 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); safexcel_sha3_update() local 2467 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); safexcel_sha3_final() local 2477 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); safexcel_sha3_finup() local 2492 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); safexcel_sha3_digest_fallback() local 2512 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); safexcel_sha3_export() local 2522 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); safexcel_sha3_import() local 2531 safexcel_sha3_cra_init(struct crypto_tfm *tfm) safexcel_sha3_cra_init() argument 2554 safexcel_sha3_cra_exit(struct crypto_tfm *tfm) safexcel_sha3_cra_exit() argument 2595 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_sha3_256_init() local 2653 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_sha3_384_init() local 2711 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_sha3_512_init() local 2767 safexcel_hmac_sha3_cra_init(struct crypto_tfm *tfm, const char *alg) safexcel_hmac_sha3_cra_init() argument 2791 safexcel_hmac_sha3_cra_exit(struct crypto_tfm *tfm) safexcel_hmac_sha3_cra_exit() argument 2801 safexcel_hmac_sha3_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) safexcel_hmac_sha3_setkey() argument 2861 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_hmac_sha3_224_init() local 2893 safexcel_hmac_sha3_224_cra_init(struct crypto_tfm *tfm) safexcel_hmac_sha3_224_cra_init() argument 2932 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_hmac_sha3_256_init() local 2964 safexcel_hmac_sha3_256_cra_init(struct crypto_tfm *tfm) safexcel_hmac_sha3_256_cra_init() argument 3003 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_hmac_sha3_384_init() local 3035 safexcel_hmac_sha3_384_cra_init(struct crypto_tfm *tfm) safexcel_hmac_sha3_384_cra_init() argument 3074 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); safexcel_hmac_sha3_512_init() local 3106 safexcel_hmac_sha3_512_cra_init(struct crypto_tfm *tfm) safexcel_hmac_sha3_512_cra_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.h | 383 struct crypto_shash *tfm; member
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 803 struct crypto_ahash *tfm = crypto_ahash_reqtfm(queue->rcv_hash); in nvmet_tcp_free_crypto() local 812 struct crypto_ahash *tfm; in nvmet_tcp_alloc_crypto() local
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target.c | 4262 struct crypto_ahash *tfm; in iscsit_close_connection() local
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 128 struct crypto_aead *tfm; member 484 struct crypto_aead *tfm; in tipc_aead_tfm_next() local 511 struct crypto_aead *tfm; in tipc_aead_init() local 678 tipc_aead_mem_alloc(struct crypto_aead *tfm, unsigned int crypto_ctx_size, u8 **iv, struct aead_request **req, struct scatterlist **sg, int nsg) tipc_aead_mem_alloc() argument 730 struct crypto_aead *tfm = tipc_aead_tfm_next(aead); tipc_aead_encrypt() local 886 struct crypto_aead *tfm; tipc_aead_decrypt() local [all...] |
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_make_chunk.c | 1673 struct crypto_shash *tfm = sctp_sk(ep->base.sk)->hmac; in sctp_pack_cookie() local 1741 struct crypto_shash *tfm = sctp_sk(ep->base.sk)->hmac; in sctp_unpack_cookie() local
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_sw.c | 2322 struct crypto_tfm *tfm; in tls_set_sw_offload() local
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4recover.c | 112 struct crypto_shash *tfm; in nfs4_make_rec_clidname() local 1140 struct crypto_shash *tfm = cn->cn_tfm; in nfsd4_cld_create_v2() local 1332 struct crypto_shash *tfm = cn->cn_tfm; nfsd4_cld_check_v2() local 1567 struct crypto_shash *tfm; nfsd4_cld_tracking_init() local [all...] |
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | crypto.c | 156 struct crypto_shash *tfm; in ecryptfs_init_crypt_stat() local 1697 ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_skcipher **tfm, struct mutex **tfm_mutex, char *cipher_name) ecryptfs_get_tfm_and_mutex_for_cipher_name() argument 2069 struct crypto_skcipher *tfm; ecryptfs_set_f_namelen() local [all...] |
H A D | ecryptfs_kernel.h | 239 struct crypto_skcipher *tfm; member
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 200 struct crypto_shash *tfm = NULL; in michael_mic() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 183 struct crypto_tfm *tfm; member 683 crypto_free_tfm(struct crypto_tfm *tfm) crypto_free_tfm() argument 693 crypto_tfm_alg_name(struct crypto_tfm *tfm) crypto_tfm_alg_name() argument 698 crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) crypto_tfm_alg_driver_name() argument 703 crypto_tfm_alg_priority(struct crypto_tfm *tfm) crypto_tfm_alg_priority() argument 708 crypto_tfm_alg_type(struct crypto_tfm *tfm) crypto_tfm_alg_type() argument 713 crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) crypto_tfm_alg_blocksize() argument 718 crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) crypto_tfm_alg_alignmask() argument 723 crypto_tfm_get_flags(struct crypto_tfm *tfm) crypto_tfm_get_flags() argument 728 crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) crypto_tfm_set_flags() argument 733 crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) crypto_tfm_clear_flags() argument 738 crypto_tfm_ctx(struct crypto_tfm *tfm) crypto_tfm_ctx() argument 745 struct crypto_tfm *tfm; crypto_tfm_ctx_alignment() local 766 __crypto_cipher_cast(struct crypto_tfm *tfm) __crypto_cipher_cast() argument 795 crypto_cipher_tfm(struct crypto_cipher *tfm) crypto_cipher_tfm() argument 804 crypto_free_cipher(struct crypto_cipher *tfm) crypto_free_cipher() argument 838 crypto_cipher_blocksize(struct crypto_cipher *tfm) crypto_cipher_blocksize() argument 843 crypto_cipher_alignmask(struct crypto_cipher *tfm) crypto_cipher_alignmask() argument 848 crypto_cipher_get_flags(struct crypto_cipher *tfm) crypto_cipher_get_flags() argument 853 crypto_cipher_set_flags(struct crypto_cipher *tfm, u32 flags) crypto_cipher_set_flags() argument 859 crypto_cipher_clear_flags(struct crypto_cipher *tfm, u32 flags) crypto_cipher_clear_flags() argument 908 __crypto_comp_cast(struct crypto_tfm *tfm) __crypto_comp_cast() argument 923 crypto_comp_tfm(struct crypto_comp *tfm) crypto_comp_tfm() argument 928 crypto_free_comp(struct crypto_comp *tfm) crypto_free_comp() argument 942 crypto_comp_name(struct crypto_comp *tfm) crypto_comp_name() argument [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | connection.h | 62 struct crypto_aead *tfm; member 170 struct crypto_aead *tfm; member
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | crypto.c | 156 struct crypto_shash *tfm; in ecryptfs_init_crypt_stat() local 1669 ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_skcipher **tfm, struct mutex **tfm_mutex, char *cipher_name) ecryptfs_get_tfm_and_mutex_for_cipher_name() argument 2042 struct crypto_skcipher *tfm; ecryptfs_set_f_namelen() local [all...] |
H A D | ecryptfs_kernel.h | 239 struct crypto_skcipher *tfm; member
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | connection.h | 62 struct crypto_aead *tfm; member 170 struct crypto_aead *tfm; member
|