Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_EncodeInit.pod7 EVP_EncodeBlock, EVP_DecodeInit, EVP_DecodeUpdate, EVP_DecodeFinal,
25 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
96 EVP_DecodeUpdate() decodes B<inl> characters of data found in the buffer pointed
103 the B<ctx> object and processed by a subsequent call to EVP_DecodeUpdate(). If
141 EVP_DecodeUpdate() returns -1 on error and 0 or 1 on success. If 0 is returned
/freebsd-14.2/crypto/openssl/crypto/evp/
H A Dbio_b64.c209 k = EVP_DecodeUpdate(ctx->base64, in b64_read()
286 i = EVP_DecodeUpdate(ctx->base64, in b64_read()
H A Dencode.c303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() function
/freebsd-14.2/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c87 && 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-14.2/crypto/openssl/crypto/pem/
H A Dpem_lib.c964 if (EVP_DecodeUpdate(ctx, (unsigned char*)buf_mem->data, &len, in PEM_read_bio_ex()
/freebsd-14.2/crypto/openssl/
H A DNEWS.md598 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
698 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
H A DCHANGES.md4770 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
6235 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
7397 * Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
14965 * Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
/freebsd-14.2/crypto/openssl/include/openssl/
H A Devp.h865 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map1477 EVP_DecodeUpdate;
/freebsd-14.2/crypto/openssl/test/
H A Devp_test.c2383 if (EVP_DecodeUpdate(decode_ctx, decode_out, &chunk_len, expected->output, in encode_test_run()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile1777 MLINKS+= EVP_EncodeInit.3 EVP_DecodeUpdate.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num2552 EVP_DecodeUpdate 2609 3_0_0 EXIST::FUNCTION: