Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 5 of 5) sorted by relevance

/crypto/comp/
A Dc_brotli.c388 } decode; member
459 if (ctx->decode.state == NULL) in bio_brotli_new()
520 if (ctx->decode.buf == NULL) { in bio_brotli_read()
521 ctx->decode.buf = OPENSSL_malloc(ctx->decode.bufsize); in bio_brotli_read()
526 ctx->decode.next_in = ctx->decode.buf; in bio_brotli_read()
527 ctx->decode.avail_in = 0; in bio_brotli_read()
535 while (ctx->decode.avail_in > 0 || BrotliDecoderHasMoreOutput(ctx->decode.state)) { in bio_brotli_read()
536 …bret = BrotliDecoderDecompressStream(ctx->decode.state, &ctx->decode.avail_in, (const uint8_t**)&c… in bio_brotli_read()
544 if (BrotliDecoderIsFinished(ctx->decode.state) || ctx->decode.avail_out == 0) in bio_brotli_read()
556 ret = BIO_read(next, ctx->decode.buf, (int)ctx->decode.bufsize); in bio_brotli_read()
[all …]
/crypto/encode_decode/
A Dencoder_local.h54 OSSL_FUNC_decoder_decode_fn *decode; member
A Ddecoder_meth.c266 if (decoder->decode == NULL) in ossl_decoder_from_algorithm()
267 decoder->decode = OSSL_FUNC_decoder_decode(fns); in ossl_decoder_from_algorithm()
282 || decoder->decode == NULL) { in ossl_decoder_from_algorithm()
A Ddecoder_lib.c1101 ok = new_decoder->decode(new_decoderctx, cbio, in decoder_process()
/crypto/err/
A Dopenssl.txt22 ASN1_R_DECODE_ERROR:110:decode error
330 CMS_R_DECODE_ERROR:187:decode error
424 COMP_R_ZSTD_DECODE_ERROR:106:zstd decode error
540 DH_R_BN_DECODE_ERROR:109:bn decode error
550 DH_R_DECODE_ERROR:104:decode error
571 DSA_R_BN_DECODE_ERROR:108:bn decode error
573 DSA_R_DECODE_ERROR:104:decode error
610 EC_R_DECODE_ERROR:142:decode error
740 EVP_R_DECODE_ERROR:114:decode error
945 PEM_R_BAD_BASE64_DECODE:100:bad base64 decode
[all …]

Completed in 23 milliseconds