Searched refs:EVP_DecodeUpdate (Results 1 – 13 of 13) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_EncodeInit.pod | 7 EVP_EncodeBlock, EVP_DecodeInit, EVP_DecodeUpdate, EVP_DecodeFinal, 25 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, 98 EVP_DecodeUpdate() decodes B<inl> characters of data found in the buffer 108 in future calls to EVP_DecodeUpdate() or EVP_DecodeFinal(). 119 caller to avoid further calls to EVP_DecodeUpdate() after a 0 or negative 124 EVP_DecodeUpdate() returns -1 to indicate an error. 168 EVP_DecodeUpdate() returns -1 on error and 0 or 1 on success. If 0 is returned 181 The EVP_DecodeUpdate() function was fixed in OpenSSL 3.5,
|
| H A D | BIO_f_base64.pod | 40 character (B<->, see L<EVP_DecodeUpdate(3)>) occurs as the first byte after a 125 L<EVP_DecodeUpdate(3)>.
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | bio_b64.c | 221 k = EVP_DecodeUpdate(ctx->base64, ctx->buf, &num, p, q - p); in b64_read() 279 i = EVP_DecodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len, in b64_read()
|
| H A D | encode.c | 523 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() function
|
| /freebsd/crypto/openssl/crypto/srp/ |
| H A D | srp_vfy.c | 87 && EVP_DecodeUpdate(ctx, a, &outl, pad, padsize) < 0) { in t_fromb64() 91 if (EVP_DecodeUpdate(ctx, a, &outl2, (const unsigned char *)src, size) < 0) { in t_fromb64()
|
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pem_lib.c | 988 if (EVP_DecodeUpdate(ctx, (unsigned char *)buf_mem->data, &len, in PEM_read_bio_ex()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 904 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 1078 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs 1178 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
|
| H A D | CHANGES.md | 644 * Fixed EVP_DecodeUpdate() to not write padding zeros to the decoded output. 647 (ignoring whitespace, carriage returns and line feeds), EVP_DecodeUpdate() 655 The fix makes EVP_DecodeUpdate() produce exactly as many output bytes as 6419 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs. 7889 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs. 9051 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs. 16619 * Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 1461 EVP_DecodeUpdate;
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_test.c | 3456 if (EVP_DecodeUpdate(decode_ctx, decode_out + output_len, &chunk_len, in encode_test_run()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1956 MLINKS+= EVP_EncodeInit.3 EVP_DecodeUpdate.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 2552 EVP_DecodeUpdate 2609 3_0_0 EXIST::FUNCTION:
|