Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 9 of 9) sorted by relevance

/crypto/comp/
A Dc_brotli.c600 ctx->encode.ptr = ctx->encode.buf; in bio_brotli_write()
602 ctx->encode.next_out = ctx->encode.buf; in bio_brotli_write()
603 ctx->encode.avail_out = ctx->encode.bufsize; in bio_brotli_write()
632 ctx->encode.ptr = ctx->encode.buf; in bio_brotli_write()
633 ctx->encode.next_out = ctx->encode.buf; in bio_brotli_write()
634 ctx->encode.avail_out = ctx->encode.bufsize; in bio_brotli_write()
643 ctx->encode.count = ctx->encode.bufsize - ctx->encode.avail_out; in bio_brotli_write()
657 if (ctx->encode.buf == NULL || (ctx->encode.done && ctx->encode.count == 0)) in bio_brotli_flush()
681 ctx->encode.ptr = ctx->encode.buf; in bio_brotli_flush()
682 ctx->encode.next_out = ctx->encode.buf; in bio_brotli_flush()
[all …]
/crypto/slh_dsa/
A Dslh_dsa.c232 const uint8_t *ctx, size_t ctx_len, int encode, in msg_encode() argument
238 if (encode == 0) { in msg_encode()
270 const uint8_t *add_rand, int encode, in ossl_slh_dsa_sign() argument
278 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp), in ossl_slh_dsa_sign()
295 const uint8_t *ctx, size_t ctx_len, int encode, in ossl_slh_dsa_verify() argument
303 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp), in ossl_slh_dsa_verify()
/crypto/evp/
A Dbio_b64.c38 int encode; member
131 if (ctx->encode != B64_DECODE) { in b64_read()
132 ctx->encode = B64_DECODE; in b64_read()
338 if (ctx->encode != B64_ENCODE) { in b64_write()
339 ctx->encode = B64_ENCODE; in b64_write()
495 ctx->encode = B64_NONE; in b64_ctrl()
510 if (ret == 0 && ctx->encode != B64_NONE in b64_ctrl()
541 } else if (ctx->encode != B64_NONE in b64_ctrl()
A Dbuild.info10 encode.c evp_key.c evp_cnf.c \
/crypto/ml_dsa/
A Dml_dsa_sign.c69 EVP_MD_CTX *ossl_ml_dsa_mu_init(const ML_DSA_KEY *key, int encode, in ossl_ml_dsa_mu_init() argument
89 if (encode) { in ossl_ml_dsa_mu_init()
422 const uint8_t *rand, size_t rand_len, int encode, in ossl_ml_dsa_sign() argument
447 md_ctx = ossl_ml_dsa_mu_init(priv, encode, context, context_len); in ossl_ml_dsa_sign()
471 const uint8_t *context, size_t context_len, int encode, in ossl_ml_dsa_verify() argument
487 md_ctx = ossl_ml_dsa_mu_init(pub, encode, context, context_len); in ossl_ml_dsa_verify()
/crypto/encode_decode/
A Dencoder_local.h40 OSSL_FUNC_encoder_encode_fn *encode; member
A Dencoder_meth.c268 if (encoder->encode == NULL) in encoder_from_algorithm()
269 encoder->encode = OSSL_FUNC_encoder_encode(fns); in encoder_from_algorithm()
292 || encoder->encode == NULL) { in encoder_from_algorithm()
A Dencoder_lib.c660 ok = current_encoder->encode(current_encoder_ctx, cbio, in encoder_process()
/crypto/err/
A Dopenssl.txt25 ASN1_R_ENCODE_ERROR:112:encode error
418 COMP_R_BROTLI_ENCODE_ERROR:103:brotli encode error
808 EVP_R_PRIVATE_KEY_ENCODE_ERROR:146:private key encode error
983 PKCS12_R_ENCODE_ERROR:102:encode error
1889 X509_R_PUBLIC_KEY_ENCODE_ERROR:126:public key encode error

Completed in 27 milliseconds