Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance

/crypto/comp/
A Dc_zstd.c190 ZSTD_outBuffer outbuf; in zstd_stateful_compress_block() local
198 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() local
257 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; member
713 ctx->compress.outbuf.pos = 0; in bio_zstd_flush()
[all …]
/crypto/ct/
A Dct_b64.c28 unsigned char *outbuf = NULL; in ct_base64_decode() local
36 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