Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DEVP_EncodeInit.pod6 EVP_ENCODE_CTX_num, EVP_EncodeInit, EVP_EncodeUpdate, EVP_EncodeFinal,
19 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
56 EVP_EncodeUpdate() encode B<inl> bytes of data found in the buffer pointed to by
62 subsequent call to EVP_EncodeUpdate() or EVP_EncodeFinal(). To calculate the
67 additional byte for a NUL terminator. EVP_EncodeUpdate() may be called
69 EVP_EncodeUpdate() will set B<*outl> to 0 and return 0. On success 1 will be
136 EVP_EncodeUpdate() returns 0 on error or 1 on success.
/openssl/crypto/srp/
H A Dsrp_vfy.c154 && !EVP_EncodeUpdate(ctx, (unsigned char *)dst, &outl, pad, in t_tob64()
160 if (!EVP_EncodeUpdate(ctx, (unsigned char *)dst + outl, &outl2, src, in t_tob64()
/openssl/crypto/evp/
H A Dencode.c162 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_EncodeUpdate() function
H A Dbio_b64.c406 if (!EVP_EncodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len, in b64_write()
/openssl/crypto/pem/
H A Dpem_lib.c642 if (!EVP_EncodeUpdate(ctx, buf, &outl, &(data[j]), n)) in PEM_write_bio()
/openssl/
H A DNEWS.md468 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
569 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
H A DCHANGES.md5345 * Fix EVP_EncodeUpdate overflow
5347 An overflow can occur in the EVP_EncodeUpdate() function which is used for
5352 Internally to OpenSSL the EVP_EncodeUpdate() function is primarily used by
6547 * Fix EVP_EncodeUpdate overflow
6549 An overflow can occur in the EVP_EncodeUpdate() function which is used for
6554 Internally to OpenSSL the EVP_EncodeUpdate() function is primarly used by
/openssl/include/openssl/
H A Devp.h860 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/openssl/test/
H A Devp_test.c2347 if (!TEST_true(EVP_EncodeUpdate(encode_ctx, encode_out, &chunk_len, in encode_test_run()
/openssl/util/
H A Dlibcrypto.num893 EVP_EncodeUpdate 916 3_0_0 EXIST::FUNCTION:

Completed in 109 milliseconds