EVP_DecodeBlock
outlen = EVP_DecodeBlock(outbuf, (unsigned char *)in, inlen);
spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len);
int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);