/Linux-v5.4/crypto/ |
D | des_generic.c | 22 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey() local 42 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_encrypt() local 49 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_decrypt() local 57 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_setkey() local 78 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_encrypt() local 86 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_decrypt() local
|
D | ghash-generic.c | 48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local 83 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local 117 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 135 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
|
D | poly1305_generic.c | 39 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init() local 66 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey() 166 static void poly1305_blocks(struct poly1305_desc_ctx *dctx, in poly1305_blocks() 184 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update() local 266 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final() local
|
D | xxhash_generic.c | 36 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_init() local 46 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_update() local 55 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_final() local
|
D | deflate.c | 180 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
|
D | vmac.c | 399 struct vmac_desc_ctx *dctx, in vhash_blocks() 484 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_init() local 496 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_update() local 537 struct vmac_desc_ctx *dctx) in vhash_final() 566 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_final() local
|
D | zstd.c | 22 ZSTD_DCtx *dctx; member
|
/Linux-v5.4/drivers/crypto/vmx/ |
D | ghash.c | 47 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_init() local 76 struct p8_ghash_desc_ctx *dctx) in __ghash_block() 94 struct p8_ghash_desc_ctx *dctx, in __ghash_blocks() 121 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_update() local 156 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_final() local
|
/Linux-v5.4/arch/s390/crypto/ |
D | ghash_s390.c | 32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local 59 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local 94 static int ghash_flush(struct ghash_desc_ctx *dctx) in ghash_flush() 111 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
|
/Linux-v5.4/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 46 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 114 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 134 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local 215 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_import() local 227 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_export() local
|
D | poly1305_glue.c | 63 static unsigned int poly1305_simd_blocks(struct poly1305_desc_ctx *dctx, in poly1305_simd_blocks() 121 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in poly1305_simd_update() local
|
/Linux-v5.4/lib/zstd/ |
D | decompress.c | 106 size_t ZSTD_decompressBegin(ZSTD_DCtx *dctx) in ZSTD_decompressBegin() 128 ZSTD_DCtx *dctx; in ZSTD_createDCtx_advanced() local 147 size_t ZSTD_freeDCtx(ZSTD_DCtx *dctx) in ZSTD_freeDCtx() 372 static size_t ZSTD_decodeFrameHeader(ZSTD_DCtx *dctx, const void *src, size_t headerSize) in ZSTD_decodeFrameHeader() 432 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize… in ZSTD_decodeLiteralsBlock() 794 size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx *dctx, int *nbSeqPtr, const void *src, size_t srcSize) in ZSTD_decodeSeqHeaders() 1093 static size_t ZSTD_decompressSequences(ZSTD_DCtx *dctx, void *dst, size_t maxDstSize, const void *s… in ZSTD_decompressSequences() 1348 static size_t ZSTD_decompressSequencesLong(ZSTD_DCtx *dctx, void *dst, size_t maxDstSize, const voi… in ZSTD_decompressSequencesLong() 1445 static size_t ZSTD_decompressBlock_internal(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const v… in ZSTD_decompressBlock_internal() 1469 static void ZSTD_checkContinuity(ZSTD_DCtx *dctx, const void *dst) in ZSTD_checkContinuity() [all …]
|
D | huf_decompress.c | 363 size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress4X2_DCtx_wksp() 825 size_t HUF_decompress4X4_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress4X4_DCtx_wksp() 901 size_t HUF_decompress4X_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, si… in HUF_decompress4X_DCtx_wksp() 924 size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc,… in HUF_decompress4X_hufOnly_wksp() 939 size_t HUF_decompress1X_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, si… in HUF_decompress1X_DCtx_wksp()
|
/Linux-v5.4/drivers/crypto/ |
D | padlock-sha.c | 33 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); in padlock_sha1_finup() local 141 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha256_finup() local
|
/Linux-v5.4/lib/crypto/ |
D | des.c | 844 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-v5.4/arch/sparc/crypto/ |
D | des_glue.c | 47 struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); in des_set_key() local 200 struct des3_ede_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_set_key() local
|