HomeSort by relevance Sort by last modified time
    Searched refs:EVP_DecodeUpdate (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/include/openssl/
base64.h 139 // EVP_DecodeUpdate decodes |in_len| bytes from |in| and writes the decoded
146 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out,
  /external/boringssl/src/crypto/base64/
base64_test.cc 226 int ret = EVP_DecodeUpdate(&ctx, out, &out_len,
271 int ret = EVP_DecodeUpdate(
278 FAIL() << "EVP_DecodeUpdate failed";
284 // this loop will continue to test that |EVP_DecodeUpdate| will
291 << "EVP_DecodeUpdate returned zero before end of encoded data.";
base64.c 328 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len,
  /external/boringssl/src/decrepit/bio/
base64_bio.c 217 k = EVP_DecodeUpdate(&(ctx->base64), (uint8_t *)ctx->buf, &num, p,
288 i = EVP_DecodeUpdate(&(ctx->base64), (uint8_t *)ctx->buf,
  /external/boringssl/src/crypto/pem/
pem_lib.c 734 i = EVP_DecodeUpdate(&ctx,

Completed in 351 milliseconds