Searched defs:EVP_DecodeBlock (Results 1 – 2 of 2) sorted by relevance
359 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock() function
425 int EVP_DecodeBlock(uint8_t *dst, const uint8_t *src, size_t src_len) { in EVP_DecodeBlock() function