Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Dencode.c359 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock() function
/external/chromium_org/third_party/boringssl/src/crypto/base64/
Dbase64.c425 int EVP_DecodeBlock(uint8_t *dst, const uint8_t *src, size_t src_len) { in EVP_DecodeBlock() function