Home
last modified time | relevance | path

Searched defs:sctx (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v6.1/drivers/md/
Ddm-switch.c62 struct switch_ctx *sctx; in alloc_switch_ctx() local
78 struct switch_ctx *sctx = ti->private; in alloc_region_table() local
126 static void switch_get_position(struct switch_ctx *sctx, unsigned long region_nr, in switch_get_position()
140 static unsigned switch_region_table_read(struct switch_ctx *sctx, unsigned long region_nr) in switch_region_table_read()
154 static unsigned switch_get_path_nr(struct switch_ctx *sctx, sector_t offset) in switch_get_path_nr()
174 static void switch_region_table_write(struct switch_ctx *sctx, unsigned long region_nr, in switch_region_table_write()
192 static void initialise_region_table(struct switch_ctx *sctx) in initialise_region_table()
206 struct switch_ctx *sctx = ti->private; in parse_path() local
235 struct switch_ctx *sctx = ti->private; in switch_dtr() local
260 struct switch_ctx *sctx; in switch_ctr() local
[all …]
/Linux-v6.1/fs/btrfs/
Dsend.c312 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error()
346 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd) in proto_cmd_ok()
363 static int need_send_hole(struct send_ctx *sctx) in need_send_hole()
602 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put()
635 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string()
643 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid()
649 static int tlv_put_btrfs_timespec(struct send_ctx *sctx, u16 attr, in tlv_put_btrfs_timespec()
659 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument
666 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument
673 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument
[all …]
Dscrub.c82 struct scrub_ctx *sctx; member
113 struct scrub_ctx *sctx; member
130 struct scrub_ctx *sctx; member
255 static struct scrub_block *alloc_scrub_block(struct scrub_ctx *sctx, in alloc_scrub_block()
430 static void scrub_pending_bio_inc(struct scrub_ctx *sctx) in scrub_pending_bio_inc()
436 static void scrub_pending_bio_dec(struct scrub_ctx *sctx) in scrub_pending_bio_dec()
692 static void scrub_free_csums(struct scrub_ctx *sctx) in scrub_free_csums()
703 static noinline_for_stack void scrub_free_ctx(struct scrub_ctx *sctx) in scrub_free_ctx()
732 static void scrub_put_ctx(struct scrub_ctx *sctx) in scrub_put_ctx()
741 struct scrub_ctx *sctx; in scrub_setup_ctx() local
[all …]
/Linux-v6.1/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c33 static void octeon_sha256_store_hash(struct sha256_state *sctx) in octeon_sha256_store_hash()
43 static void octeon_sha256_read_hash(struct sha256_state *sctx) in octeon_sha256_read_hash()
67 static void __octeon_sha256_update(struct sha256_state *sctx, const u8 *data, in __octeon_sha256_update()
101 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_update() local
126 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_final() local
178 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_export() local
186 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_import() local
Docteon-sha1.c32 static void octeon_sha1_store_hash(struct sha1_state *sctx) in octeon_sha1_store_hash()
46 static void octeon_sha1_read_hash(struct sha1_state *sctx) in octeon_sha1_read_hash()
75 static void __octeon_sha1_update(struct sha1_state *sctx, const u8 *data, in __octeon_sha1_update()
109 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_update() local
134 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_final() local
174 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_export() local
182 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_import() local
Docteon-sha512.c32 static void octeon_sha512_store_hash(struct sha512_state *sctx) in octeon_sha512_store_hash()
44 static void octeon_sha512_read_hash(struct sha512_state *sctx) in octeon_sha512_read_hash()
78 static void __octeon_sha512_update(struct sha512_state *sctx, const u8 *data, in __octeon_sha512_update()
115 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_update() local
140 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_final() local
/Linux-v6.1/arch/powerpc/crypto/
Dmd5-glue.c20 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context()
32 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init() local
46 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update() local
77 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final() local
109 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export() local
117 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import() local
Dsha1-spe-glue.c49 static inline void ppc_sha1_clear_context(struct sha1_state *sctx) in ppc_sha1_clear_context()
62 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_update() local
105 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_final() local
142 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_export() local
150 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_import() local
Dsha256-spe-glue.c50 static inline void ppc_sha256_clear_context(struct sha256_state *sctx) in ppc_sha256_clear_context()
63 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_update() local
107 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_final() local
168 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_export() local
176 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_import() local
Dsha1.c29 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_update() local
63 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_final() local
91 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_export() local
99 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_import() local
/Linux-v6.1/arch/s390/crypto/
Dsha3_512_s390.c21 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_init() local
32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_export() local
46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_import() local
62 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_import() local
98 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init() local
Dsha3_256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_init() local
33 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_export() local
45 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_import() local
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_import() local
89 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init() local
Dsha256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha256_init() local
40 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_export() local
51 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_import() local
81 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha224_init() local
Daes_s390.c75 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip() local
87 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key() local
107 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt() local
118 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt() local
131 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip() local
147 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
178 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in setkey_fallback_skcipher() local
188 static int fallback_skcipher_crypt(struct s390_aes_ctx *sctx, in fallback_skcipher_crypt()
204 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_set_key() local
225 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_crypt() local
[all …]
/Linux-v6.1/include/crypto/
Dsha256_base.h24 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() local
32 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() local
43 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() local
80 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() local
102 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish() local
Dsha512_base.h24 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init() local
41 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init() local
61 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update() local
100 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize() local
123 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish() local
Dsha1_base.h23 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_init() local
40 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_update() local
77 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_finalize() local
98 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_finish() local
Dsm3_base.h23 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_init() local
43 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update() local
80 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finalize() local
101 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish() local
/Linux-v6.1/arch/sparc/crypto/
Dsha1_glue.c30 static void __sha1_sparc64_update(struct sha1_state *sctx, const u8 *data, in __sha1_sparc64_update()
54 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_update() local
70 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_final() local
103 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_export() local
112 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_import() local
Dmd5_glue.c46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update()
70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update() local
86 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final() local
119 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export() local
128 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import() local
Dsha256_glue.c30 static void __sha256_sparc64_update(struct sha256_state *sctx, const u8 *data, in __sha256_sparc64_update()
54 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_update() local
69 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_final() local
114 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_export() local
122 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_import() local
/Linux-v6.1/arch/arm64/crypto/
Dsha1-ce-glue.c56 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update() local
70 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup() local
90 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final() local
102 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export() local
110 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_import() local
Dsha2-ce-glue.c67 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update() local
82 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup() local
107 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final() local
121 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export() local
129 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_import() local
/Linux-v6.1/drivers/crypto/nx/
Dnx-sha256.c44 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_init() local
64 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_update() local
183 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_final() local
253 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_export() local
262 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_import() local
Dnx-sha512.c44 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_init() local
64 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_update() local
186 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_final() local
259 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_export() local
268 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_import() local

123