Home
last modified time | relevance | path

Searched refs:EVP_DecodeUpdate (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncodeInit.pod7 EVP_EncodeBlock, EVP_DecodeInit, EVP_DecodeUpdate, EVP_DecodeFinal,
25 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
98 EVP_DecodeUpdate() decodes B<inl> characters of data found in the buffer
108 in future calls to EVP_DecodeUpdate() or EVP_DecodeFinal().
119 caller to avoid further calls to EVP_DecodeUpdate() after a 0 or negative
124 EVP_DecodeUpdate() returns -1 to indicate an error.
168 EVP_DecodeUpdate() returns -1 on error and 0 or 1 on success. If 0 is returned
181 The EVP_DecodeUpdate() function was fixed in OpenSSL 3.5,
H A DBIO_f_base64.pod40 character (B<->, see L<EVP_DecodeUpdate(3)>) occurs as the first byte after a
125 L<EVP_DecodeUpdate(3)>.
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_b64.c221 k = EVP_DecodeUpdate(ctx->base64, ctx->buf, &num, p, q - p); in b64_read()
279 i = EVP_DecodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len, in b64_read()
H A Dencode.c523 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() function
/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c87 && EVP_DecodeUpdate(ctx, a, &outl, pad, padsize) < 0) { in t_fromb64()
91 if (EVP_DecodeUpdate(ctx, a, &outl2, (const unsigned char *)src, size) < 0) { in t_fromb64()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c988 if (EVP_DecodeUpdate(ctx, (unsigned char *)buf_mem->data, &len, in PEM_read_bio_ex()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h904 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/freebsd/crypto/openssl/
H A DNEWS.md1078 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
1178 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
H A DCHANGES.md644 * Fixed EVP_DecodeUpdate() to not write padding zeros to the decoded output.
647 (ignoring whitespace, carriage returns and line feeds), EVP_DecodeUpdate()
655 The fix makes EVP_DecodeUpdate() produce exactly as many output bytes as
6419 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
7889 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
9051 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
16619 * Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
/freebsd/secure/lib/libcrypto/
H A DVersion.map1461 EVP_DecodeUpdate;
/freebsd/crypto/openssl/test/
H A Devp_test.c3456 if (EVP_DecodeUpdate(decode_ctx, decode_out + output_len, &chunk_len, in encode_test_run()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1956 MLINKS+= EVP_EncodeInit.3 EVP_DecodeUpdate.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2552 EVP_DecodeUpdate 2609 3_0_0 EXIST::FUNCTION: