Home
last modified time | relevance | path

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

1234

/freebsd/crypto/openssl/crypto/dh/
H A Ddh_pmeth.c56 DH_PKEY_CTX *dctx; in pkey_dh_init() local
74 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_cleanup() local
85 DH_PKEY_CTX *dctx, *sctx; in pkey_dh_copy() local
116 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_ctrl() local
229 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_ctrl_str() local
239 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_ctrl_str() local
272 static DH *ffc_params_generate(OSSL_LIB_CTX *libctx, DH_PKEY_CTX *dctx, in ffc_params_generate()
322 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_paramgen() local
374 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_keygen() local
400 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_derive() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c222 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx()
241 static void ZSTD_DCtx_resetParameters(ZSTD_DCtx* dctx) in ZSTD_DCtx_resetParameters()
253 static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) in ZSTD_initDCtx_internal()
284 ZSTD_DCtx* const dctx = (ZSTD_DCtx*) workspace; in ZSTD_initStaticDCtx() local
298 { ZSTD_DCtx* const dctx = (ZSTD_DCtx*)ZSTD_customMalloc(sizeof(*dctx), customMem); in ZSTD_createDCtx_internal() local
317 static void ZSTD_clearDict(ZSTD_DCtx* dctx) in ZSTD_clearDict()
325 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
361 static void ZSTD_DCtx_selectFrameDDict(ZSTD_DCtx* dctx) { in ZSTD_DCtx_selectFrameDDict()
703 static size_t ZSTD_decodeFrameHeader(ZSTD_DCtx* dctx, const void* src, size_t headerSize) in ZSTD_decodeFrameHeader()
888 size_t ZSTD_insertBlock(ZSTD_DCtx* dctx, const void* blockStart, size_t blockSize) in ZSTD_insertBlock()
[all …]
H A Dzstd_decompress_block.c55 static size_t ZSTD_blockSizeMax(ZSTD_DCtx const* dctx) in ZSTD_blockSizeMax()
81 static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst, const size_t dstCapacity,… in ZSTD_allocateLiteralsBuffer()
135 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock()
347 size_t ZSTD_decodeLiteralsBlock_wrapper(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock_wrapper()
696 size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr, in ZSTD_decodeSeqHeaders()
1351 static int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* oLit… in ZSTD_dictionaryIsActive()
1368 ZSTD_DCtx const* dctx, in ZSTD_assertValidSequence()
1404 ZSTD_decompressSequences_bodySplitLitBuffer( ZSTD_DCtx* dctx, in ZSTD_decompressSequences_bodySplitLitBuffer()
1616 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_body()
1694 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_default()
[all …]
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c221 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx()
240 static void ZSTD_DCtx_resetParameters(ZSTD_DCtx* dctx) in ZSTD_DCtx_resetParameters()
252 static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) in ZSTD_initDCtx_internal()
283 ZSTD_DCtx* const dctx = (ZSTD_DCtx*) workspace; in ZSTD_initStaticDCtx() local
297 { ZSTD_DCtx* const dctx = (ZSTD_DCtx*)ZSTD_customMalloc(sizeof(*dctx), customMem); in ZSTD_createDCtx_internal() local
316 static void ZSTD_clearDict(ZSTD_DCtx* dctx) in ZSTD_clearDict()
324 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
360 static void ZSTD_DCtx_selectFrameDDict(ZSTD_DCtx* dctx) { in ZSTD_DCtx_selectFrameDDict()
702 static size_t ZSTD_decodeFrameHeader(ZSTD_DCtx* dctx, const void* src, size_t headerSize) in ZSTD_decodeFrameHeader()
887 size_t ZSTD_insertBlock(ZSTD_DCtx* dctx, const void* blockStart, size_t blockSize) in ZSTD_insertBlock()
[all …]
H A Dzstd_decompress_block.c54 static size_t ZSTD_blockSizeMax(ZSTD_DCtx const* dctx) in ZSTD_blockSizeMax()
80 static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst, const size_t dstCapacity,… in ZSTD_allocateLiteralsBuffer()
134 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock()
346 size_t ZSTD_decodeLiteralsBlock_wrapper(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock_wrapper()
695 size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr, in ZSTD_decodeSeqHeaders()
1350 static int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* oLit… in ZSTD_dictionaryIsActive()
1367 ZSTD_DCtx const* dctx, in ZSTD_assertValidSequence()
1403 ZSTD_decompressSequences_bodySplitLitBuffer( ZSTD_DCtx* dctx, in ZSTD_decompressSequences_bodySplitLitBuffer()
1615 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_body()
1693 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_default()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Dec_pmeth.c49 EC_PKEY_CTX *dctx; in pkey_ec_init() local
62 EC_PKEY_CTX *dctx, *sctx; in pkey_ec_copy() local
94 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_cleanup() local
109 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_sign() local
147 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_verify() local
173 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_derive() local
216 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_kdf_derive() local
249 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_ctrl() local
420 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_paramgen() local
439 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_keygen() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_legacy.h323 …ZBUFFv04_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv04_createDCtx() : (ZBUFFv04_DCtx*)*legac… in ZSTD_initLegacyStream() local
334 …ZBUFFv05_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv05_createDCtx() : (ZBUFFv05_DCtx*)*legac… in ZSTD_initLegacyStream() local
344 …ZBUFFv06_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv06_createDCtx() : (ZBUFFv06_DCtx*)*legac… in ZSTD_initLegacyStream() local
354 …ZBUFFv07_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv07_createDCtx() : (ZBUFFv07_DCtx*)*legac… in ZSTD_initLegacyStream() local
391 ZBUFFv04_DCtx* dctx = (ZBUFFv04_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
405 ZBUFFv05_DCtx* dctx = (ZBUFFv05_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
419 ZBUFFv06_DCtx* dctx = (ZBUFFv06_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
433 ZBUFFv07_DCtx* dctx = (ZBUFFv07_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
H A Dzstd_v07.c1969 size_t HUFv07_decompress4X2_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress4X2_DCtx()
2380 size_t HUFv07_decompress4X4_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress4X4_DCtx()
2482 size_t HUFv07_decompress4X_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, … in HUFv07_decompress4X_DCtx()
2496 size_t HUFv07_decompress4X_hufOnly (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSr… in HUFv07_decompress4X_hufOnly()
2508 size_t HUFv07_decompress1X_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, … in HUFv07_decompress1X_DCtx()
2903 size_t ZSTDv07_sizeofDCtx (const ZSTDv07_DCtx* dctx) { return sizeof(*dctx); } in ZSTDv07_sizeofDCtx()
2907 size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx) in ZSTDv07_decompressBegin()
2924 ZSTDv07_DCtx* dctx; in ZSTDv07_createDCtx_advanced() local
2944 size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) in ZSTDv07_freeDCtx()
3183 static size_t ZSTDv07_decodeFrameHeader(ZSTDv07_DCtx* dctx, const void* src, size_t srcSize) in ZSTDv07_decodeFrameHeader()
[all …]
H A Dzstd_v04.c2458 static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) in ZSTD_resetDCtx()
2471 ZSTD_DCtx* dctx = (ZSTD_DCtx*)malloc(sizeof(ZSTD_DCtx)); in ZSTD_createDCtx() local
2477 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
2579 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock()
2901 ZSTD_DCtx* dctx, in ZSTD_decompressSequences()
2974 static void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst) in ZSTD_checkContinuity()
2986 static size_t ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, in ZSTD_decompressBlock_internal()
3141 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress()
3550 size_t ZSTDv04_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* src, size_… in ZSTDv04_decompressDCtx()
3559 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in ZSTDv04_decompress() local
[all …]
H A Dzstd_v05.c2616 size_t ZSTDv05_decompressBegin(ZSTDv05_DCtx* dctx) in ZSTDv05_decompressBegin()
2631 ZSTDv05_DCtx* dctx = (ZSTDv05_DCtx*)malloc(sizeof(ZSTDv05_DCtx)); in ZSTDv05_createDCtx() local
2637 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx) in ZSTDv05_freeDCtx()
2810 static size_t ZSTDv05_decodeLiteralsBlock(ZSTDv05_DCtx* dctx, in ZSTDv05_decodeLiteralsBlock()
3257 ZSTDv05_DCtx* dctx, in ZSTDv05_decompressSequences()
3329 static void ZSTDv05_checkContinuity(ZSTDv05_DCtx* dctx, const void* dst) in ZSTDv05_checkContinuity()
3340 static size_t ZSTDv05_decompressBlock_internal(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock_internal()
3359 size_t ZSTDv05_decompressBlock(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock()
3370 static size_t ZSTDv05_decompress_continueDCtx(ZSTDv05_DCtx* dctx, in ZSTDv05_decompress_continueDCtx()
3435 size_t ZSTDv05_decompress_usingPreparedDCtx(ZSTDv05_DCtx* dctx, const ZSTDv05_DCtx* refDCtx, in ZSTDv05_decompress_usingPreparedDCtx()
[all …]
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_pmeth.c40 DSA_PKEY_CTX *dctx = OPENSSL_malloc(sizeof(*dctx)); in pkey_dsa_init() local
58 DSA_PKEY_CTX *dctx, *sctx; in pkey_dsa_copy() local
73 DSA_PKEY_CTX *dctx = ctx->data; in pkey_dsa_cleanup() local
83 DSA_PKEY_CTX *dctx = ctx->data; in pkey_dsa_sign() local
112 DSA_PKEY_CTX *dctx = ctx->data; in pkey_dsa_verify() local
135 DSA_PKEY_CTX *dctx = ctx->data; in pkey_dsa_ctrl() local
210 DSA_PKEY_CTX *dctx = ctx->data; in pkey_dsa_paramgen() local
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c22 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_initkey() local
44 PROV_DES_CTX *dctx = (PROV_DES_CTX *)dst; in cipher_hw_des_copyctx() local
67 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_cbc_cipher() local
H A Dcipher_aes_gcm.c40 PROV_AES_GCM_CTX *dctx = NULL; in aes_gcm_dupctx() local
H A Dcipher_sm4_ccm.c34 PROV_SM4_CCM_CTX *dctx = NULL; in sm4_ccm_dupctx() local
H A Dcipher_aria_gcm.c33 PROV_ARIA_GCM_CTX *dctx = NULL; in aria_gcm_dupctx() local
H A Dcipher_aria_ccm.c34 PROV_ARIA_CCM_CTX *dctx = NULL; in aria_ccm_dupctx() local
H A Dcipher_sm4_gcm.c35 PROV_SM4_GCM_CTX *dctx = NULL; in sm4_gcm_dupctx() local
H A Dcipher_sm4_xts_hw.c79 PROV_SM4_XTS_CTX *dctx = (PROV_SM4_XTS_CTX *)dst; in cipher_hw_sm4_xts_copyctx() local
H A Dcipher_desx_hw.c44 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in cipher_hw_desx_copyctx() local
H A Dcipher_tdes_hw.c51 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in ossl_cipher_hw_tdes_copyctx() local
/freebsd/crypto/openssl/fuzz/
H A Ddecoder.c38 OSSL_DECODER_CTX *dctx; in FuzzerTestOneInput() local
/freebsd/crypto/openssl/demos/encode/
H A Drsa_encode.c33 OSSL_DECODER_CTX *dctx = NULL; in load_key() local
H A Dec_encode.c33 OSSL_DECODER_CTX *dctx = NULL; in load_key() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_trace.h98 struct ZSTD_DCtx_s const* dctx; member
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_trace.h97 struct ZSTD_DCtx_s const* dctx; member

1234