Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance
190 ZSTD_outBuffer outbuf; in zstd_stateful_compress_block() local198 outbuf.dst = out; in zstd_stateful_compress_block()199 outbuf.size = olen; in zstd_stateful_compress_block()200 outbuf.pos = 0; in zstd_stateful_compress_block()249 ZSTD_outBuffer outbuf; in zstd_stateful_expand_block() local257 outbuf.dst = out; in zstd_stateful_expand_block()258 outbuf.size = olen; in zstd_stateful_expand_block()259 outbuf.pos = 0; in zstd_stateful_expand_block()464 ZSTD_outBuffer outbuf; member713 ctx->compress.outbuf.pos = 0; in bio_zstd_flush()[all …]
28 unsigned char *outbuf = NULL; in ct_base64_decode() local36 outbuf = OPENSSL_malloc(outlen); in ct_base64_decode()37 if (outbuf == NULL) in ct_base64_decode()40 outlen = EVP_DecodeBlock(outbuf, (unsigned char *)in, (int)inlen); in ct_base64_decode()54 *out = outbuf; in ct_base64_decode()57 OPENSSL_free(outbuf); in ct_base64_decode()
Completed in 11 milliseconds