Home
last modified time | relevance | path

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

/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
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)>.
/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.c303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() function
/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()
/openssl/crypto/pem/
H A Dpem_lib.c970 if (EVP_DecodeUpdate(ctx, (unsigned char*)buf_mem->data, &len, in PEM_read_bio_ex()
/openssl/include/openssl/
H A Devp.h876 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/openssl/
H A DNEWS.md919 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
1019 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
H A DCHANGES.md5681 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
7146 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
8308 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
15876 * Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
/openssl/test/
H A Devp_test.c3223 if (EVP_DecodeUpdate(decode_ctx, decode_out + output_len, &chunk_len, in encode_test_run()
/openssl/util/
H A Dlibcrypto.num2552 EVP_DecodeUpdate 2609 3_0_0 EXIST::FUNCTION:

Completed in 154 milliseconds