Home
last modified time | relevance | path

Searched defs:dctx (Results 26 - 50 of 53) sorted by relevance

123

/kernel/linux/linux-6.6/crypto/
H 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); polyval_final() local
[all...]
H 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
H A Dzstd.c22 zstd_dctx *dctx; member
H A Dhmac.c166 struct hmac_ctx *dctx = hmac_ctx(dst); in hmac_clone_tfm() local
H A Dvmac.c483 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_init() local
399 vhash_blocks(const struct vmac_tfm_ctx *tctx, struct vmac_desc_ctx *dctx, const __le64 *mptr, unsigned int blocks) vhash_blocks() argument
495 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); vmac_update() local
535 vhash_final(const struct vmac_tfm_ctx *tctx, struct vmac_desc_ctx *dctx) vhash_final() argument
565 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); vmac_final() local
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H 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); polyval_x86_final() local
[all...]
H 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 ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) ghash_flush() argument
151 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final() local
232 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_async_import() local
244 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_async_export() local
[all...]
H A Dpoly1305_glue.c132 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() argument
144 static unsigned int crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdctxkey() argument
168 poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int srclen) poly1305_update_arch() argument
203 poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) poly1305_final_arch() argument
219 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_init() local
228 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_update() local
236 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_final() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unzstd.c131 zstd_dctx *dctx = zstd_init_dctx(wksp, wksp_size); in decompress_single() local
/kernel/linux/linux-6.6/lib/crypto/
H A Ddes.c844 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_encrypt() argument
873 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_decrypt() argument
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_ddict.c55 void ZSTD_copyDDictParameters(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) in ZSTD_copyDDictParameters() argument
[all...]
H A Dzstd_decompress_internal.h201 MEM_STATIC int ZSTD_DCtx_get_bmi2(const struct ZSTD_DCtx_s *dctx) { in ZSTD_DCtx_get_bmi2() argument
H A Dzstd_decompress_block.c73 static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst, const size_t dstCapacity, const size_t litSize, in ZSTD_allocateLiteralsBuffer() argument
119 ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, const void* src, size_t srcSize, void* dst, size_t dstCapacity, const streaming_operation streaming) ZSTD_decodeLiteralsBlock() argument
653 ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr, const void* src, size_t srcSize) ZSTD_decodeSeqHeaders() argument
1272 ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* oLitEnd) global() argument
1287 ZSTD_assertValidSequence( ZSTD_DCtx const* dctx, BYTE const* op, BYTE const* oend, seq_t const seq, BYTE const* prefixStart, BYTE const* virtualStart) global() argument
1322 ZSTD_decompressSequences_bodySplitLitBuffer( ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1539 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1627 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1637 ZSTD_decompressSequencesSplitLitBuffer_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1667 ZSTD_decompressSequencesLong_body( ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1834 ZSTD_decompressSequencesLong_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1851 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1861 ZSTD_decompressSequencesSplitLitBuffer_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1873 ZSTD_decompressSequencesLong_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1894 ZSTD_decompressSequences(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1908 ZSTD_decompressSequencesSplitLitBuffer(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1931 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) global() argument
1978 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const int frame, const streaming_operation streaming) global() argument
2052 ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst, size_t dstSize) global() argument
2063 ZSTD_decompressBlock(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize) global() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-sha.c33 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_init() local
43 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_update() local
50 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_export() local
57 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_import() local
80 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha1_finup() local
141 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha256_finup() local
[all...]
/kernel/linux/linux-5.10/arch/sparc/crypto/
H 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
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c47 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
79 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
112 ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) ghash_flush() argument
132 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final() local
213 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_async_import() local
225 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_async_export() local
[all...]
H A Dpoly1305_glue.c132 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() argument
144 static unsigned int crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdctxkey() argument
168 poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int srclen) poly1305_update_arch() argument
203 poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) poly1305_final_arch() argument
219 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_init() local
228 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_update() local
236 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_final() local
[all...]
/kernel/linux/linux-6.6/arch/sparc/crypto/
H 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
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H 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); padlock_sha1_finup() local
142 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha256_finup() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/xilinx/
H A Dzynqmp-sha.c83 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_init() local
92 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_update() local
99 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_final() local
106 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_finup() local
113 struct zynqmp_sha_desc_ctx *dctx in zynqmp_sha_import() local
122 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); zynqmp_sha_export() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dvmac.c482 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_init() local
398 vhash_blocks(const struct vmac_tfm_ctx *tctx, struct vmac_desc_ctx *dctx, const __le64 *mptr, unsigned int blocks) vhash_blocks() argument
494 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); vmac_update() local
534 vhash_final(const struct vmac_tfm_ctx *tctx, struct vmac_desc_ctx *dctx) vhash_final() argument
564 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); vmac_final() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf_decompress.c363 size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t workspaceSize) in HUF_decompress4X2_DCtx_wksp() argument
825 size_t HUF_decompress4X4_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t workspaceSize) in HUF_decompress4X4_DCtx_wksp() argument
901 size_t HUF_decompress4X_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t workspaceSize) in HUF_decompress4X_DCtx_wksp() argument
924 size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable *dctx, voi argument
939 HUF_decompress1X_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t workspaceSize) HUF_decompress1X_DCtx_wksp() argument
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dstash.c80 struct dir_context dctx; member
998 static int hmdfs_parse_stash_file_name(struct dir_context *dctx, in hmdfs_parse_stash_file_name() argument
1023 static int hmdfs_has_stash_file(struct dir_context *dctx, const char *name, in hmdfs_has_stash_file() argument
1041 static int hmdfs_fill_stash_file(struct dir_context *dctx, const char *name, in hmdfs_fill_stash_file() argument
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dstash.c80 struct dir_context dctx; member
988 static int hmdfs_parse_stash_file_name(struct dir_context *dctx, in hmdfs_parse_stash_file_name() argument
1013 static bool hmdfs_has_stash_file(struct dir_context *dctx, const char *name, in hmdfs_has_stash_file() argument
1031 static bool hmdfs_fill_stash_file(struct dir_context *dctx, const char *name, in hmdfs_fill_stash_file() argument
[all...]
/kernel/linux/linux-6.6/net/tls/
H A Dtls_sw.c193 struct tls_decrypt_ctx *dctx; in tls_decrypt_done() local
1477 struct tls_decrypt_ctx *dctx; in tls_decrypt_sg() local
[all...]

Completed in 23 milliseconds

123