Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/crypto/evp/
Dbio_b64.c211 k = EVP_DecodeUpdate(ctx->base64, in b64_read()
288 i = EVP_DecodeUpdate(ctx->base64, in b64_read()
Dencode.c303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() function
/third_party/openssl/crypto/srp/
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()
/third_party/openssl/crypto/pem/
Dpem_lib.c945 if (EVP_DecodeUpdate(ctx, (unsigned char*)buf_mem->data, &len, in PEM_read_bio_ex()
/third_party/openssl/include/openssl/
Devp.h669 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
/third_party/openssl/test/
Devp_test.c1670 if (EVP_DecodeUpdate(decode_ctx, decode_out, &chunk_len, expected->output, in encode_test_run()
/third_party/openssl/
DNEWS283 o Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
DCHANGES2181 *) Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
2990 *) Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
9580 *) Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1476 #define EVP_DecodeUpdate BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_DecodeUpdate) macro
/third_party/openssl/util/
Dlibcrypto.num2641 EVP_DecodeUpdate 2609 1_1_0 EXIST::FUNCTION: