Home
last modified time | relevance | path

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

/freebsd/crypto/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.
/freebsd/crypto/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()
/freebsd/crypto/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.c415 if (!EVP_EncodeUpdate(ctx->base64, in b64_write()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c645 if (!EVP_EncodeUpdate(ctx, buf, &outl, &(data[j]), n)) in PEM_write_bio()
/freebsd/crypto/openssl/
H A DNEWS.md551 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
652 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
H A DCHANGES.md5881 * Fix EVP_EncodeUpdate overflow
5883 An overflow can occur in the EVP_EncodeUpdate() function which is used for
5888 Internally to OpenSSL the EVP_EncodeUpdate() function is primarily used by
7083 * Fix EVP_EncodeUpdate overflow
7085 An overflow can occur in the EVP_EncodeUpdate() function which is used for
7090 Internally to OpenSSL the EVP_EncodeUpdate() function is primarly used by
/freebsd/crypto/openssl/include/openssl/
H A Devp.h859 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1484 EVP_EncodeUpdate;
/freebsd/crypto/openssl/test/
H A Devp_test.c2363 if (!TEST_true(EVP_EncodeUpdate(encode_ctx, encode_out, &chunk_len, in encode_test_run()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1806 MLINKS+= EVP_EncodeInit.3 EVP_EncodeUpdate.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num893 EVP_EncodeUpdate 916 3_0_0 EXIST::FUNCTION: