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,
58 EVP_EncodeUpdate() encode B<inl> bytes of data found in the buffer pointed to by
64 subsequent call to EVP_EncodeUpdate() or EVP_EncodeFinal(). To calculate the
69 additional byte for a NUL terminator. EVP_EncodeUpdate() may be called
71 EVP_EncodeUpdate() will set B<*outl> to 0 and return 0. On success 1 will be
163 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.c404 if (!EVP_EncodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len, in b64_write()
/openssl/crypto/pem/
H A Dpem_lib.c649 if (!EVP_EncodeUpdate(ctx, buf, &outl, &(data[j]), n)) { in PEM_write_bio()
/openssl/include/openssl/
H A Devp.h870 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/openssl/
H A DNEWS.md886 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
987 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
H A DCHANGES.md6823 * Fix EVP_EncodeUpdate overflow
6825 An overflow can occur in the EVP_EncodeUpdate() function which is used for
6830 Internally to OpenSSL the EVP_EncodeUpdate() function is primarily used by
8025 * Fix EVP_EncodeUpdate overflow
8027 An overflow can occur in the EVP_EncodeUpdate() function which is used for
8032 Internally to OpenSSL the EVP_EncodeUpdate() function is primarily used by
/openssl/test/
H A Devp_test.c3191 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 110 milliseconds