Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c36 static void octeon_sha256_store_hash(struct sha256_state *sctx) in octeon_sha256_store_hash()
46 static void octeon_sha256_read_hash(struct sha256_state *sctx) in octeon_sha256_read_hash()
72 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha224_init() local
89 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_init() local
104 static void __octeon_sha256_update(struct sha256_state *sctx, const u8 *data, in __octeon_sha256_update()
138 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_update() local
163 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_final() local
215 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_export() local
223 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_import() local
Docteon-sha1.c35 static void octeon_sha1_store_hash(struct sha1_state *sctx) in octeon_sha1_store_hash()
49 static void octeon_sha1_read_hash(struct sha1_state *sctx) in octeon_sha1_read_hash()
80 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_init() local
92 static void __octeon_sha1_update(struct sha1_state *sctx, const u8 *data, in __octeon_sha1_update()
126 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_update() local
151 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_final() local
191 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_export() local
199 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_import() local
Docteon-sha512.c35 static void octeon_sha512_store_hash(struct sha512_state *sctx) in octeon_sha512_store_hash()
47 static void octeon_sha512_read_hash(struct sha512_state *sctx) in octeon_sha512_read_hash()
83 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_init() local
100 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha384_init() local
115 static void __octeon_sha512_update(struct sha512_state *sctx, const u8 *data, in __octeon_sha512_update()
152 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_update() local
177 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_final() local
/Linux-v4.19/drivers/md/
Ddm-switch.c62 struct switch_ctx *sctx; in alloc_switch_ctx() local
79 struct switch_ctx *sctx = ti->private; in alloc_region_table() local
127 static void switch_get_position(struct switch_ctx *sctx, unsigned long region_nr, in switch_get_position()
141 static unsigned switch_region_table_read(struct switch_ctx *sctx, unsigned long region_nr) in switch_region_table_read()
155 static unsigned switch_get_path_nr(struct switch_ctx *sctx, sector_t offset) in switch_get_path_nr()
175 static void switch_region_table_write(struct switch_ctx *sctx, unsigned long region_nr, in switch_region_table_write()
193 static void initialise_region_table(struct switch_ctx *sctx) in initialise_region_table()
207 struct switch_ctx *sctx = ti->private; in parse_path() local
236 struct switch_ctx *sctx = ti->private; in switch_dtr() local
261 struct switch_ctx *sctx; in switch_ctr() local
[all …]
/Linux-v4.19/fs/btrfs/
Dsend.c264 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error()
304 static int need_send_hole(struct send_ctx *sctx) in need_send_hole()
553 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put()
581 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string()
589 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid()
595 static int tlv_put_btrfs_timespec(struct send_ctx *sctx, u16 attr, in tlv_put_btrfs_timespec()
605 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument
612 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument
619 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument
620 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) argument
[all …]
Dscrub.c83 struct scrub_ctx *sctx; member
104 struct scrub_ctx *sctx; member
121 struct scrub_ctx *sctx; member
262 static void scrub_pending_bio_inc(struct scrub_ctx *sctx) in scrub_pending_bio_inc()
268 static void scrub_pending_bio_dec(struct scrub_ctx *sctx) in scrub_pending_bio_dec()
523 static void scrub_free_csums(struct scrub_ctx *sctx) in scrub_free_csums()
534 static noinline_for_stack void scrub_free_ctx(struct scrub_ctx *sctx) in scrub_free_ctx()
565 static void scrub_put_ctx(struct scrub_ctx *sctx) in scrub_put_ctx()
574 struct scrub_ctx *sctx; in scrub_setup_ctx() local
821 struct scrub_ctx *sctx = sblock_to_check->sctx; in scrub_handle_errored_block() local
[all …]
/Linux-v4.19/arch/powerpc/crypto/
Dsha256-spe-glue.c55 static inline void ppc_sha256_clear_context(struct sha256_state *sctx) in ppc_sha256_clear_context()
67 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_init() local
84 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha224_init() local
102 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_update() local
146 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_final() local
207 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_export() local
215 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_import() local
Dmd5-glue.c26 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context()
38 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init() local
52 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update() local
83 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final() local
115 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export() local
123 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import() local
Dsha1-spe-glue.c54 static inline void ppc_sha1_clear_context(struct sha1_state *sctx) in ppc_sha1_clear_context()
66 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_init() local
81 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_update() local
124 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_final() local
161 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_export() local
169 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_import() local
Dsha1.c33 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_init() local
45 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_update() local
81 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_final() local
109 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_export() local
117 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_import() local
/Linux-v4.19/arch/sparc/crypto/
Dsha256_glue.c31 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_sparc64_init() local
47 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_init() local
61 static void __sha256_sparc64_update(struct sha256_state *sctx, const u8 *data, in __sha256_sparc64_update()
85 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_update() local
100 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_final() local
145 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_export() local
153 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_import() local
Dsha1_glue.c31 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_init() local
40 static void __sha1_sparc64_update(struct sha1_state *sctx, const u8 *data, in __sha1_sparc64_update()
64 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_update() local
80 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_final() local
113 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_export() local
122 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_import() local
Dmd5_glue.c45 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update()
69 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update() local
85 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final() local
118 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export() local
127 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import() local
Dsha512_glue.c30 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_init() local
46 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_sparc64_init() local
60 static void __sha512_sparc64_update(struct sha512_state *sctx, const u8 *data, in __sha512_sparc64_update()
85 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_update() local
101 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_final() local
/Linux-v4.19/include/crypto/
Dsha256_base.h23 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() local
40 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() local
60 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() local
97 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() local
119 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish() local
Dsha512_base.h23 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init() local
40 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init() local
60 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update() local
99 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize() local
122 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish() local
Dsha1_base.h22 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_init() local
39 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_update() local
76 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_finalize() local
97 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_finish() local
Dsm3_base.h30 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_init() local
50 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update() local
87 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finalize() local
108 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish() local
/Linux-v4.19/arch/s390/crypto/
Dsha256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in 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 sha224_init() local
Daes_s390.c74 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip() local
93 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key() local
113 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_encrypt() local
124 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_decrypt() local
137 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip() local
153 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
184 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_blk() local
206 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(tfm); in fallback_blk_dec() local
225 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(tfm); in fallback_blk_enc() local
239 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in ecb_aes_set_key() local
[all …]
Dsha1_s390.c32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_init() local
47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_export() local
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_import() local
/Linux-v4.19/drivers/crypto/nx/
Dnx-sha512.c51 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_init() local
71 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_update() local
194 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_final() local
268 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_export() local
277 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_import() local
Dnx-sha256.c51 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_init() local
71 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_update() local
191 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_final() local
262 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_export() local
271 struct sha256_state *sctx = shash_desc_ctx(desc); in nx_sha256_import() local
/Linux-v4.19/arch/arm64/crypto/
Dsha1-ce-glue.c39 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update() local
56 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup() local
79 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final() local
Dsha2-ce-glue.c43 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update() local
61 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup() local
91 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final() local

123