Home
last modified time | relevance | path

Searched defs:dctx (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/arch/arm/crypto/
A Dpoly1305-glue.c32 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()
45 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in arm_poly1305_init() local
54 static void arm_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in arm_poly1305_blocks()
85 static void arm_poly1305_do_update(struct poly1305_desc_ctx *dctx, in arm_poly1305_do_update()
118 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in arm_poly1305_update() local
128 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in arm_poly1305_update_neon() local
139 void poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_update_arch()
188 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch()
204 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in arm_poly1305_final() local
/linux-6.3-rc2/arch/arm64/crypto/
A Dpoly1305-glue.c28 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()
41 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in neon_poly1305_init() local
50 static void neon_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in neon_poly1305_blocks()
81 static void neon_poly1305_do_update(struct poly1305_desc_ctx *dctx, in neon_poly1305_do_update()
115 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in neon_poly1305_update() local
125 void poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_update_arch()
170 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch()
186 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in neon_poly1305_final() local
A Dpolyval-ce-glue.c94 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_arm64_init() local
104 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_arm64_update() local
145 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_arm64_final() local
/linux-6.3-rc2/arch/mips/crypto/
A Dpoly1305-glue.c20 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()
33 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in mips_poly1305_init() local
42 static void mips_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in mips_poly1305_blocks()
73 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in mips_poly1305_update() local
102 void poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_update_arch()
135 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch()
151 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in mips_poly1305_final() local
/linux-6.3-rc2/lib/zstd/decompress/
A Dzstd_decompress.c213 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx()
242 static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) in ZSTD_initDCtx_internal()
268 ZSTD_DCtx* const dctx = (ZSTD_DCtx*) workspace; in ZSTD_initStaticDCtx() local
301 static void ZSTD_clearDict(ZSTD_DCtx* dctx) in ZSTD_clearDict()
309 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
831 static size_t ZSTD_decompressFrame(ZSTD_DCtx* dctx, in ZSTD_decompressFrame()
989 size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, in ZSTD_decompress_usingDict()
1376 size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx) in ZSTD_decompressBegin()
1468 size_t ZSTD_decompress_usingDDict(ZSTD_DCtx* dctx, in ZSTD_decompress_usingDDict()
1581 size_t ZSTD_resetDStream(ZSTD_DStream* dctx) in ZSTD_resetDStream()
[all …]
A Dzstd_decompress_block.c119 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock()
1288 ZSTD_DCtx const* dctx,
1539 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx,
1627 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx,
1668 ZSTD_DCtx* dctx,
1834 ZSTD_decompressSequencesLong_default(ZSTD_DCtx* dctx,
1851 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx,
1873 ZSTD_decompressSequencesLong_bmi2(ZSTD_DCtx* dctx,
1931 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx,
1978 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx,
[all …]
A Dhuf_decompress.c784 static size_t HUF_decompress4X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X1_DCtx_wksp_bmi2()
798 size_t HUF_decompress4X1_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X1_DCtx_wksp()
1491 static size_t HUF_decompress4X2_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X2_DCtx_wksp_bmi2()
1506 size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X2_DCtx_wksp()
1614 size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable* dctx, void* dst, in HUF_decompress4X_hufOnly_wksp()
1640 size_t HUF_decompress1X_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress1X_DCtx_wksp()
1689 size_t HUF_decompress1X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cS… in HUF_decompress1X1_DCtx_wksp_bmi2()
1719 size_t HUF_decompress4X_hufOnly_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, const void* … in HUF_decompress4X_hufOnly_wksp_bmi2()
/linux-6.3-rc2/crypto/
A Ddes_generic.c22 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey() local
39 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_encrypt() local
46 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_decrypt() local
54 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_setkey() local
72 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_encrypt() local
80 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_decrypt() local
A Dpoly1305_generic.c24 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init() local
34 static unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey()
57 static void poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_blocks()
75 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update() local
108 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final() local
A Dghash-generic.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
81 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
133 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
A Dxxhash_generic.c34 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_init() local
44 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_update() local
53 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_final() local
A Dpolyval-generic.c145 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_init() local
155 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_update() local
195 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_final() local
A Ddeflate.c180 struct deflate_ctx *dctx = ctx; in __deflate_compress() local
208 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress() local
225 struct deflate_ctx *dctx = ctx; in __deflate_decompress() local
264 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_decompress() local
A Dvmac.c400 struct vmac_desc_ctx *dctx, in vhash_blocks()
483 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_init() local
495 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_update() local
536 struct vmac_desc_ctx *dctx) in vhash_final()
565 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_final() local
/linux-6.3-rc2/arch/x86/crypto/
A Dpoly1305_glue.c132 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()
144 static unsigned int crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdctxkey()
168 void poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_update_arch()
203 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch()
219 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init() local
228 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update() local
236 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final() local
A Dghash-clmulni-intel_glue.c47 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
98 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
131 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
151 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
232 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_import() local
244 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_export() local
A Dpolyval-clmulni_glue.c103 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_x86_init() local
113 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_x86_update() local
154 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_x86_final() local
/linux-6.3-rc2/drivers/crypto/vmx/
A Dghash.c48 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_init() local
77 struct p8_ghash_desc_ctx *dctx) in __ghash_block()
95 struct p8_ghash_desc_ctx *dctx, in __ghash_blocks()
122 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_update() local
157 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_final() local
/linux-6.3-rc2/drivers/crypto/xilinx/
A Dzynqmp-sha.c84 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_init() local
93 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_update() local
100 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_final() local
107 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_finup() local
114 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_import() local
123 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_export() local
/linux-6.3-rc2/arch/s390/crypto/
A Dghash_s390.c32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
57 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
92 static int ghash_flush(struct ghash_desc_ctx *dctx) in ghash_flush()
109 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
/linux-6.3-rc2/drivers/crypto/
A Dpadlock-sha.c34 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_init() local
44 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_update() local
51 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_export() local
58 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_import() local
81 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha1_finup() local
142 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha256_finup() local
/linux-6.3-rc2/lib/crypto/
A Ddes.c844 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_encrypt()
873 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_decrypt()
/linux-6.3-rc2/arch/sparc/crypto/
A Ddes_glue.c48 struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); in des_set_key() local
184 struct des3_ede_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_set_key() local
/linux-6.3-rc2/lib/zstd/
A Dzstd_decompress_module.c55 size_t zstd_decompress_dctx(zstd_dctx *dctx, void *dst, size_t dst_capacity, in zstd_decompress_dctx()
/linux-6.3-rc2/lib/
A Ddecompress_unzstd.c129 zstd_dctx *dctx = zstd_init_dctx(wksp, wksp_size); in decompress_single() local

Completed in 47 milliseconds

12