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, 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 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 | 415 if (!EVP_EncodeUpdate(ctx->base64, in b64_write()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 645 if (!EVP_EncodeUpdate(ctx, buf, &outl, &(data[j]), n)) in PEM_write_bio()
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 551 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105]) 652 * Fix EVP_EncodeUpdate overflow ([CVE-2016-2105])
|
H A D | CHANGES.md | 5881 * 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 D | evp.h | 859 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1484 EVP_EncodeUpdate;
|
/freebsd/crypto/openssl/test/ |
H A D | evp_test.c | 2363 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 | 1806 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:
|