Searched refs:EVP_EncodeUpdate (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/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-12.1/crypto/openssl/crypto/srp/ |
| H A D | srp_vfy.c | 151 && !EVP_EncodeUpdate(ctx, (unsigned char *)dst, &outl, pad, in t_tob64() 157 if (!EVP_EncodeUpdate(ctx, (unsigned char *)dst + outl, &outl2, src, in t_tob64()
|
| /freebsd-12.1/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 | 417 if (!EVP_EncodeUpdate(ctx->base64, in b64_write()
|
| /freebsd-12.1/crypto/openssl/crypto/pem/ |
| H A D | pem_lib.c | 639 if (!EVP_EncodeUpdate(ctx, buf, &outl, &(data[j]), n)) in PEM_write_bio()
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 663 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1500 EVP_EncodeUpdate;
|
| H A D | Makefile.man | 1422 MLINKS+= EVP_EncodeInit.3 EVP_EncodeUpdate.3
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | NEWS | 190 o Fix EVP_EncodeUpdate overflow (CVE-2016-2105)
|
| H A D | CHANGES | 2194 *) Fix EVP_EncodeUpdate overflow 2196 An overflow can occur in the EVP_EncodeUpdate() function which is used for 2201 Internally to OpenSSL the EVP_EncodeUpdate() function is primarily used by
|