Searched refs:decode (Results 1 – 5 of 5) sorted by relevance
388 } decode; member459 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 …]
54 OSSL_FUNC_decoder_decode_fn *decode; member
266 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()
1101 ok = new_decoder->decode(new_decoderctx, cbio, in decoder_process()
22 ASN1_R_DECODE_ERROR:110:decode error330 CMS_R_DECODE_ERROR:187:decode error424 COMP_R_ZSTD_DECODE_ERROR:106:zstd decode error540 DH_R_BN_DECODE_ERROR:109:bn decode error550 DH_R_DECODE_ERROR:104:decode error571 DSA_R_BN_DECODE_ERROR:108:bn decode error573 DSA_R_DECODE_ERROR:104:decode error610 EC_R_DECODE_ERROR:142:decode error740 EVP_R_DECODE_ERROR:114:decode error945 PEM_R_BAD_BASE64_DECODE:100:bad base64 decode[all …]
Completed in 23 milliseconds