Searched refs:EVP_EncodeUpdate (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncodeInit.pod | 6 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.
|
/freebsd/crypto/openssl/crypto/srp/ |
H A D | srp_vfy.c | 154 && !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 D | encode.c | 162 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_EncodeUpdate() function
|
H A D | bio_b64.c | 404 if (!EVP_EncodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len, in b64_write()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 673 if (!EVP_EncodeUpdate(ctx, buf, &outl, &(data[j]), n)) { in PEM_write_bio()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 910 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 956 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105]) 1057 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
|
H A D | CHANGES.md | 7186 * Fix EVP_EncodeUpdate overflow 7188 An overflow can occur in the EVP_EncodeUpdate() function which is used for 7193 Internally to OpenSSL the EVP_EncodeUpdate() function is primarily used by 8388 * Fix EVP_EncodeUpdate overflow 8390 An overflow can occur in the EVP_EncodeUpdate() function which is used for 8395 Internally to OpenSSL the EVP_EncodeUpdate() function is primarily used by
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1484 EVP_EncodeUpdate;
|
/freebsd/crypto/openssl/test/ |
H A D | evp_test.c | 3412 if (!TEST_true(EVP_EncodeUpdate(encode_ctx, encode_out, &chunk_len, in encode_test_run()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1959 MLINKS+= EVP_EncodeInit.3 EVP_EncodeUpdate.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 893 EVP_EncodeUpdate 916 3_0_0 EXIST::FUNCTION:
|