| /linux/fs/btrfs/ |
| H A D | send.c | 373 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error() 406 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd) in proto_cmd_ok() 423 static int need_send_hole(struct send_ctx *sctx) in need_send_hole() 622 static inline bool is_current_inode_path(const struct send_ctx *sctx, in is_current_inode_path() 660 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() 693 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string() 701 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid() 707 static int tlv_put_btrfs_timespec(struct send_ctx *sctx, u16 attr, in tlv_put_btrfs_timespec() 717 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument 724 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument [all …]
|
| H A D | scrub.c | 138 struct scrub_ctx *sctx; member 430 static noinline_for_stack void scrub_free_ctx(struct scrub_ctx *sctx) in scrub_free_ctx() 443 static void scrub_put_ctx(struct scrub_ctx *sctx) in scrub_put_ctx() 452 struct scrub_ctx *sctx; in scrub_setup_ctx() local 662 static int fill_writer_pointer_gap(struct scrub_ctx *sctx, u64 physical) in fill_writer_pointer_gap() 998 static void scrub_stripe_report_errors(struct scrub_ctx *sctx, in scrub_stripe_report_errors() 1161 struct scrub_ctx *sctx = stripe->sctx; in scrub_stripe_read_repair_worker() local 1306 static void scrub_submit_write_bio(struct scrub_ctx *sctx, in scrub_submit_write_bio() 1348 static void scrub_write_sectors(struct scrub_ctx *sctx, struct scrub_stripe *stripe, in scrub_write_sectors() 1378 static void scrub_throttle_dev_io(struct scrub_ctx *sctx, struct btrfs_device *device, in scrub_throttle_dev_io() [all …]
|
| /linux/drivers/md/ |
| H A 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/drivers/crypto/nx/ |
| H A D | nx-sha512.c | 47 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_init() local 67 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_update() local 147 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_finup() local 213 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_export() local 230 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_import() local
|
| H A D | nx-sha256.c | 47 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_init() local 66 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_update() local 145 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_finup() local 208 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_export() local 225 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_import() local
|
| H A D | nx-aes-xcbc.c | 157 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_init() local 169 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_update() local 248 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_finup() local
|
| /linux/include/crypto/ |
| H A D | sm3_base.h | 33 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update_blocks() local 45 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finup() local 73 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish() local
|
| H A D | sm3.h | 49 static inline void sm3_init(struct sm3_state *sctx) in sm3_init()
|
| H A D | sha2.h | 74 static inline void sha224_block_init(struct crypto_sha256_state *sctx) in sha224_block_init() 87 static inline void sha256_block_init(struct crypto_sha256_state *sctx) in sha256_block_init()
|
| /linux/arch/s390/crypto/ |
| H A D | aes_s390.c | 76 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in setkey_fallback_skcipher() local 86 static int fallback_skcipher_crypt(struct s390_aes_ctx *sctx, in fallback_skcipher_crypt() 102 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_set_key() local 123 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_crypt() local 155 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in fallback_init_skcipher() local 173 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in fallback_exit_skcipher() local 198 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in cbc_aes_set_key() local 219 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in cbc_aes_crypt() local 532 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ctr_aes_set_key() local 568 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ctr_aes_crypt() local
|
| /linux/tools/perf/util/ |
| H A D | expr.l | 85 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx) in literal() 116 struct expr_scanner_ctx *sctx = expr_get_extra(yyscanner); variable
|
| H A D | expr.h | 17 struct expr_scanner_ctx sctx; member
|
| /linux/arch/s390/purgatory/ |
| H A D | purgatory.c | 19 struct sha256_ctx sctx; in verify_sha256_digest() local
|
| /linux/lib/crypto/ |
| H A D | sm3.c | 75 static void sm3_transform(struct sm3_state *sctx, u8 const *data, u32 W[16]) in sm3_transform() 172 void sm3_block_generic(struct sm3_state *sctx, u8 const *data, int blocks) in sm3_block_generic()
|
| /linux/arch/riscv/purgatory/ |
| H A D | purgatory.c | 23 struct sha256_ctx sctx; in verify_sha256_digest() local
|
| /linux/arch/x86/purgatory/ |
| H A D | purgatory.c | 28 struct sha256_ctx sctx; in verify_sha256_digest() local
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 34 struct sha1_state *sctx = padlock_shash_desc_ctx(desc); in padlock_sha1_init() local 45 struct crypto_sha256_state *sctx = padlock_shash_desc_ctx(desc); in padlock_sha256_init() local
|
| /linux/security/apparmor/ |
| H A D | crypto.c | 39 struct sha256_ctx sctx; in aa_calc_profile_hash() local
|
| /linux/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 469 struct sha256_ctx sctx; in tpm2_KDFe() local 592 struct sha256_ctx sctx; in tpm_buf_fill_hmac_session() local 766 struct sha256_ctx sctx; in tpm_buf_check_hmac_response() local
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_xmit.c | 2537 void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) in rtw_sctx_init() 2545 int rtw_sctx_wait(struct submit_ctx *sctx) in rtw_sctx_wait() 2564 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err() 2573 void rtw_sctx_done(struct submit_ctx **sctx) in rtw_sctx_done()
|
| /linux/crypto/ |
| H A D | hmac.c | 163 struct hmac_ctx *sctx = crypto_shash_ctx(src); in hmac_clone_tfm() local 429 struct ahash_hmac_ctx *sctx = crypto_ahash_ctx(src); in hmac_clone_ahash_tfm() local
|
| /linux/arch/powerpc/perf/ |
| H A D | callchain_32.c | 43 struct sigcontext32 sctx; member
|
| /linux/kernel/ |
| H A D | kexec_file.c | 804 struct sha256_ctx sctx; in kexec_calculate_store_digests() local
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal_32.c | 195 struct sigcontext sctx; /* the sigcontext */ member
|
| /linux/drivers/misc/ |
| H A D | fastrpc.c | 303 struct fastrpc_session_ctx *sctx; member 328 struct fastrpc_session_ctx *sctx) in fastrpc_sid_offset() 1163 static int fastrpc_invoke_send(struct fastrpc_session_ctx *sctx, in fastrpc_invoke_send()
|