| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
| D | octeon-sha256.c | 32 static void octeon_sha256_store_hash(struct sha256_state *sctx) in octeon_sha256_store_hash() 42 static void octeon_sha256_read_hash(struct sha256_state *sctx) in octeon_sha256_read_hash() 68 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha224_init() local 85 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_init() local 100 static void __octeon_sha256_update(struct sha256_state *sctx, const u8 *data, in __octeon_sha256_update() 134 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_update() local 159 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_final() local 211 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_export() local 219 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_import() local
|
| D | octeon-sha1.c | 31 static void octeon_sha1_store_hash(struct sha1_state *sctx) in octeon_sha1_store_hash() 45 static void octeon_sha1_read_hash(struct sha1_state *sctx) in octeon_sha1_read_hash() 76 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_init() local 88 static void __octeon_sha1_update(struct sha1_state *sctx, const u8 *data, in __octeon_sha1_update() 122 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_update() local 147 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_final() local 187 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_export() local 195 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_import() local
|
| D | octeon-sha512.c | 31 static void octeon_sha512_store_hash(struct sha512_state *sctx) in octeon_sha512_store_hash() 43 static void octeon_sha512_read_hash(struct sha512_state *sctx) in octeon_sha512_read_hash() 79 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_init() local 96 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha384_init() local 111 static void __octeon_sha512_update(struct sha512_state *sctx, const u8 *data, in __octeon_sha512_update() 148 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_update() local 173 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_final() local
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-switch.c | 62 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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | send.c | 282 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error() 322 static int need_send_hole(struct send_ctx *sctx) in need_send_hole() 571 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() 599 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string() 607 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid() 613 static int tlv_put_btrfs_timespec(struct send_ctx *sctx, u16 attr, in tlv_put_btrfs_timespec() 623 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument 630 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument 637 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument 638 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) argument [all …]
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | send.c | 368 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 …]
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | sha256-spe-glue.c | 49 static inline void ppc_sha256_clear_context(struct sha256_state *sctx) in ppc_sha256_clear_context() 61 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_init() local 78 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha224_init() local 96 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_update() local 140 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_final() local 201 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_export() local 209 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_import() local
|
| 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 | 48 static inline void ppc_sha1_clear_context(struct sha1_state *sctx) in ppc_sha1_clear_context() 60 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_init() local 75 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_update() local 118 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_final() local 155 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_export() local 163 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_import() local
|
| D | sha1.c | 27 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_init() local 39 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_update() local 73 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_final() local 101 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_export() local 109 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_import() local
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/arch/sparc/crypto/ |
| D | sha256_glue.c | 31 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
|
| D | sha1_glue.c | 31 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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/arch/s390/crypto/ |
| D | sha3_256_s390.c | 22 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
|
| D | sha3_512_s390.c | 21 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
|
| /kernel/linux/linux-5.10/arch/s390/crypto/ |
| D | sha3_256_s390.c | 23 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_init() local 34 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_export() local 46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_import() local 59 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_import() local 90 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init() local
|
| D | sha3_512_s390.c | 22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_init() local 33 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_export() local 47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_import() local 63 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_import() local 99 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init() local
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | sha512_base.h | 23 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
|
| 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 42 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() local 79 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() local 101 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish() local
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| D | sha1-ce-glue.c | 56 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
|