Searched defs:workspace (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ldns/
H A Dsha1.c56 unsigned char workspace[LDNS_SHA1_BLOCK_LENGTH]; local
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsha1.c60 u_int8_t workspace[SHA1_BLOCK_LENGTH]; local
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dsha1-internal.c185 CHAR64LONG16 workspace; local
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dsha1.c206 CHAR64LONG16 workspace; local
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c53 void* workspace; member in struct:ZSTD_CDict_s
82 ZSTD_CCtx* ZSTD_initStaticCCtx(void *workspace, size_t workspaceSize) argument
1361 ZSTD_compressLiterals(ZSTD_entropyCTables_t const* prevEntropy, ZSTD_entropyCTables_t* nextEntropy, ZSTD_strategy strategy, int disableLiteralCompression, void* dst, size_t dstCapacity, const void* src, size_t srcSize, U32* workspace, const int bmi2) argument
1512 ZSTD_buildCTable(void* dst, size_t dstCapacity, FSE_CTable* nextCTable, U32 FSELog, symbolEncodingType_e type, U32* count, U32 max, BYTE const* codeTable, size_t nbSeq, S16 const* defaultNorm, U32 defaultNormLog, U32 defaultMax, FSE_CTable const* prevCTable, size_t prevCTableSize, void* workspace, size_t workspaceSize) argument
1701 ZSTD_compressSequences_internal(seqStore_t* seqStorePtr, ZSTD_entropyCTables_t const* prevEntropy, ZSTD_entropyCTables_t* nextEntropy, ZSTD_CCtx_params const* cctxParams, void* dst, size_t dstCapacity, U32* workspace, const int bmi2) argument
1822 ZSTD_compressSequences(seqStore_t* seqStorePtr, ZSTD_entropyCTables_t const* prevEntropy, ZSTD_entropyCTables_t* nextEntropy, ZSTD_CCtx_params const* cctxParams, void* dst, size_t dstCapacity, size_t srcSize, U32* workspace, int bmi2) argument
2259 ZSTD_loadZstdDictionary(ZSTD_compressedBlockState_t* bs, ZSTD_matchState_t* ms, ZSTD_CCtx_params const* params, const void* dict, size_t dictSize, void* workspace) argument
2346 ZSTD_compress_insertDictionary(ZSTD_compressedBlockState_t* bs, ZSTD_matchState_t* ms, ZSTD_CCtx_params const* params, const void* dict, size_t dictSize, ZSTD_dictContentType_e dictContentType, void* workspace) argument
2677 void* const workspace = ZSTD_malloc(workspaceSize, customMem); local
2739 ZSTD_initStaticCDict( void* workspace, size_t workspaceSize, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, ZSTD_compressionParameters cParams) argument
2854 ZSTD_initStaticCStream(void *workspace, size_t workspaceSize) argument
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c106 U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; member in struct:__anon11658
198 ZSTD_DCtx* ZSTD_initStaticDCtx(void *workspace, size_t workspaceSize) argument
2432 ZSTD_initStaticDDict( void* workspace, size_t workspaceSize, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType) argument
2547 ZSTD_initStaticDStream(void *workspace, size_t workspaceSize) argument
[all...]

Completed in 186 milliseconds