Searched refs:dstream (Results 1 – 6 of 6) sorted by relevance
/third_party/lz4/ossfuzz/ |
D | round_trip_stream_fuzzer.c | 33 LZ4_streamDecode_t* dstream; member 76 state.dstream = LZ4_createStreamDecode(); in state_create() 77 FUZZ_ASSERT(state.dstream); in state_create() 88 LZ4_freeStreamDecode(state.dstream); in state_free() 96 LZ4_setStreamDecode(state->dstream, NULL, 0); in state_reset() 107 int const dSize = LZ4_decompress_safe_continue(state->dstream, src, dst, in state_decompress() 193 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_loadDictRoundTrip() 204 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_attachDictRoundTrip() 255 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_loadDictHCRoundTrip() 268 LZ4_setStreamDecode(state->dstream, dict, dictSize); in state_attachDictHCRoundTrip()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_des_hw.c | 26 dctx->dstream.cbc = NULL; in cipher_hw_des_initkey() 31 dctx->dstream.cbc = ctx->enc ? des_t4_cbc_encrypt : in cipher_hw_des_initkey() 71 if (dctx->dstream.cbc != NULL) { in cipher_hw_des_cbc_cipher() 72 (*dctx->dstream.cbc) (in, out, len, key, ctx->iv); in cipher_hw_des_cbc_cipher()
|
D | cipher_des.h | 24 } dstream; member
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_des_hw.c | 26 dctx->dstream.cbc = NULL; in cipher_hw_des_initkey() 31 dctx->dstream.cbc = ctx->enc ? des_t4_cbc_encrypt : in cipher_hw_des_initkey() 71 if (dctx->dstream.cbc != NULL) { in cipher_hw_des_cbc_cipher() 72 (*dctx->dstream.cbc) (in, out, len, key, ctx->iv); in cipher_hw_des_cbc_cipher()
|
D | cipher_des.h | 24 } dstream; member
|
/third_party/ffmpeg/libavformat/ |
D | flvdec.c | 755 AVStream av_unused *dstream; in flv_read_metabody() local 762 dstream = NULL; in flv_read_metabody() 797 dstream = stream; in flv_read_metabody()
|