Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/crypto/openssl/crypto/evp/
H A Dbio_b64.c211 k = EVP_DecodeUpdate(ctx->base64, in b64_read()
288 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-13.1/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c84 && EVP_DecodeUpdate(ctx, a, &outl, pad, padsize) < 0) { in t_fromb64()
88 if (EVP_DecodeUpdate(ctx, a, &outl2, (const unsigned char *)src, size) < 0) { in t_fromb64()
/freebsd-13.1/crypto/openssl/crypto/pem/
H A Dpem_lib.c945 if (EVP_DecodeUpdate(ctx, (unsigned char*)buf_mem->data, &len, in PEM_read_bio_ex()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Devp.h671 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map1477 EVP_DecodeUpdate;
/freebsd-13.1/crypto/openssl/
H A DNEWS287 o Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
H A DCHANGES2077 *) Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
2886 *) Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
9476 *) Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1429 MLINKS+= EVP_EncodeInit.3 EVP_DecodeUpdate.3