Searched defs:EVP_DecodeBlock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/base64/
H A Dbase64.c369 v = EVP_DecodeBlock(out, d, n);
413 i = EVP_DecodeBlock(out, ctx->enc_data, ctx->num);
425 int EVP_DecodeBlock(uint8_t *dst, const uint8_t *src, size_t src_len) { function
447 /* EVP_DecodeBlock does not take padding into account, so put the
/external/openssl/crypto/evp/
H A Dencode.c324 v=EVP_DecodeBlock(out,d,n);
359 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) function
406 i=EVP_DecodeBlock(out,ctx->enc_data,ctx->num);

Completed in 264 milliseconds