Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha256.c121 sha256_transform_blocks(struct sha256_state * sctx,const u8 * input,int blocks) sha256_transform_blocks() argument
134 sha256_update(struct sha256_state * sctx,const u8 * data,unsigned int len) sha256_update() argument
140 __sha256_final(struct sha256_state * sctx,u8 * out,int digest_size) __sha256_final() argument
146 sha256_final(struct sha256_state * sctx,u8 * out) sha256_final() argument
152 sha224_final(struct sha256_state * sctx,u8 * out) sha224_final() argument
160 struct sha256_state sctx; sha256() local
[all...]
/linux/arch/s390/crypto/
H A Dsha1_s390.c32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_init() local
48 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_export() local
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_import() local
H A Dsha512_s390.c42 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_export() local
53 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_import() local
/linux/fs/btrfs/
H A Dscrub.c139 struct scrub_ctx *sctx; member
429 static noinline_for_stack void scrub_free_ctx(struct scrub_ctx *sctx) in scrub_free_ctx()
442 static void scrub_put_ctx(struct scrub_ctx *sctx) in scrub_put_ctx()
451 struct scrub_ctx *sctx; in scrub_setup_ctx() local
666 static int fill_writer_pointer_gap(struct scrub_ctx *sctx, u64 physical) in fill_writer_pointer_gap()
972 static void scrub_stripe_report_errors(struct scrub_ctx *sctx, in scrub_stripe_report_errors()
1135 struct scrub_ctx *sctx = stripe->sctx; in scrub_stripe_read_repair_worker() local
1280 static void scrub_submit_write_bio(struct scrub_ctx *sctx, in scrub_submit_write_bio()
1322 static void scrub_write_sectors(struct scrub_ctx *sctx, struct scrub_stripe *stripe, in scrub_write_sectors()
1355 static void scrub_throttle_dev_io(struct scrub_ctx *sctx, struct btrfs_device *device, in scrub_throttle_dev_io()
[all …]
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c393 static void tpm2_hmac_init(struct sha256_state *sctx, u8 *key, u32 key_len) in tpm2_hmac_init()
409 static void tpm2_hmac_final(struct sha256_state *sctx, u8 *key, u32 key_len, in tpm2_hmac_final()
443 struct sha256_state sctx; in tpm2_KDFa() local
470 struct sha256_state sctx; in tpm2_KDFe() local
595 struct sha256_state sctx; in tpm_buf_fill_hmac_session() local
753 struct sha256_state sctx; in tpm_buf_check_hmac_response() local
/linux/tools/perf/util/
H A Dexpr.l85 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 Dexpr.h17 struct expr_scanner_ctx sctx; member
/linux/arch/s390/purgatory/
H A Dpurgatory.c19 struct sha256_state sctx; in verify_sha256_digest() local
/linux/arch/x86/purgatory/
H A Dpurgatory.c28 struct sha256_state sctx; in verify_sha256_digest() local
/linux/include/crypto/internal/
H A Dsha2.h42 struct crypto_sha256_state *sctx, u8 buf[SHA256_BLOCK_SIZE], in sha256_finup()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2504 void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) in rtw_sctx_init()
2512 int rtw_sctx_wait(struct submit_ctx *sctx) in rtw_sctx_wait()
2531 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err()
2540 void rtw_sctx_done(struct submit_ctx **sctx) in rtw_sctx_done()
H A Drtw_cmd.c630 struct submit_ctx sctx; in rtw_startbss_cmd() local
H A Drtw_mlme_ext.c2027 struct submit_ctx sctx; in dump_mgntframe_and_wait() local
/linux/arch/powerpc/kernel/
H A Dsignal_32.c195 struct sigcontext sctx; /* the sigcontext */ member
/linux/drivers/misc/
H A Dfastrpc.c299 struct fastrpc_session_ctx *sctx; member
1108 static int fastrpc_invoke_send(struct fastrpc_session_ctx *sctx, in fastrpc_invoke_send()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h30 struct submit_ctx *sctx; member
H A Drtw_xmit.h248 struct submit_ctx *sctx; member
/linux/tools/testing/cxl/test/
H A Dmem.c1832 struct sha256_state sctx; in fw_buf_checksum_show() local