/linux-6.12.1/drivers/md/ |
D | dm-switch.c | 63 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 int switch_region_table_read(struct switch_ctx *sctx, unsigned long region_nr) in switch_region_table_read() 155 static unsigned int 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-6.12.1/include/crypto/ |
D | sha256_base.h | 23 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() local 31 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() local 37 static inline int lib_sha256_base_do_update(struct sha256_state *sctx, in lib_sha256_base_do_update() 79 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() local 84 static inline int lib_sha256_base_do_finalize(struct sha256_state *sctx, in lib_sha256_base_do_finalize() 109 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() local 114 static inline int lib_sha256_base_finish(struct sha256_state *sctx, u8 *out, in lib_sha256_base_finish() 130 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish() local
|
D | sha512_base.h | 24 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
|
D | sha1_base.h | 23 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
|
D | sm3_base.h | 23 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-6.12.1/fs/btrfs/ |
D | send.c | 369 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error() 402 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd) in proto_cmd_ok() 419 static int need_send_hole(struct send_ctx *sctx) in need_send_hole() 659 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() 692 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string() 700 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid() 706 static int tlv_put_btrfs_timespec(struct send_ctx *sctx, u16 attr, in tlv_put_btrfs_timespec() 716 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument 723 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument 730 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument [all …]
|
/linux-6.12.1/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha256.c | 33 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
|
D | octeon-sha1.c | 32 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
|
D | octeon-sha512.c | 32 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-6.12.1/arch/powerpc/crypto/ |
D | md5-glue.c | 20 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
|
D | sha1-spe-glue.c | 49 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
|
D | sha256-spe-glue.c | 50 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
|
D | sha1.c | 29 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-6.12.1/arch/s390/crypto/ |
D | sha3_512_s390.c | 21 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_init() local 34 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_export() local 49 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_import() local 66 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_import() local 103 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init() local
|
D | sha3_256_s390.c | 22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_init() local 35 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_export() local 48 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_import() local 62 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_import() local 94 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init() local
|
D | sha256_s390.c | 22 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
|
D | aes_s390.c | 80 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip() local 92 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key() local 112 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt() local 123 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt() local 136 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip() local 152 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip() local 183 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in setkey_fallback_skcipher() local 193 static int fallback_skcipher_crypt(struct s390_aes_ctx *sctx, in fallback_skcipher_crypt() 209 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_set_key() local 230 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_crypt() local [all …]
|
/linux-6.12.1/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 57 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update() local 71 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup() local 91 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final() local 103 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export() local 111 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_import() local
|
D | sha2-ce-glue.c | 68 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update() local 83 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup() local 108 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final() local 129 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export() local 137 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_import() local
|
/linux-6.12.1/arch/sparc/crypto/ |
D | sha1_glue.c | 30 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
|
D | md5_glue.c | 46 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
|
D | sha256_glue.c | 30 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-6.12.1/lib/crypto/ |
D | sha256.c | 121 static void sha256_transform_blocks(struct sha256_state *sctx, in sha256_transform_blocks() 134 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha256_update() 140 static void __sha256_final(struct sha256_state *sctx, u8 *out, int digest_size) in __sha256_final() 146 void sha256_final(struct sha256_state *sctx, u8 *out) in sha256_final() 152 void sha224_final(struct sha256_state *sctx, u8 *out) in sha224_final() 160 struct sha256_state sctx; in sha256() local
|
/linux-6.12.1/drivers/crypto/nx/ |
D | nx-sha256.c | 44 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
|
D | nx-sha512.c | 44 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
|