Searched refs:EVP_DecodeBlock (Results 1 – 4 of 4) sorted by relevance
162 OPENSSL_EXPORT int EVP_DecodeBlock(uint8_t *dst, const uint8_t *src,
179 EVP_DecodeBlock(out, (const uint8_t *)encoded.data(), encoded.size()); in TEST_P()
426 int EVP_DecodeBlock(uint8_t *dst, const uint8_t *src, size_t src_len) { in EVP_DecodeBlock() function
268 z = EVP_DecodeBlock((uint8_t *)ctx->buf, (uint8_t *)ctx->tmp, jj); in b64_read()