Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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,
96 EVP_DecodeUpdate() decodes B<inl> characters of data found in the buffer pointed
103 the B<ctx> object and processed by a subsequent call to EVP_DecodeUpdate(). If
141 EVP_DecodeUpdate() returns -1 on error and 0 or 1 on success. If 0 is returned
/openssl-master/crypto/evp/
A Dbio_b64.c209 k = EVP_DecodeUpdate(ctx->base64, in b64_read()
286 i = EVP_DecodeUpdate(ctx->base64, in b64_read()
A Dencode.c303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() function
/openssl-master/crypto/srp/
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-master/crypto/pem/
A Dpem_lib.c964 if (EVP_DecodeUpdate(ctx, (unsigned char*)buf_mem->data, &len, in PEM_read_bio_ex()
/openssl-master/
A DNEWS.md468 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
568 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
A DCHANGES.md3806 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
5271 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
6433 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
14001 * Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
/openssl-master/include/openssl/
A Devp.h863 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/openssl-master/test/
A Devp_test.c2231 if (EVP_DecodeUpdate(decode_ctx, decode_out, &chunk_len, expected->output, in encode_test_run()
/openssl-master/util/
A Dlibcrypto.num2552 EVP_DecodeUpdate 2609 3_0_0 EXIST::FUNCTION:

Completed in 51 milliseconds