b64_write
.bwrite = b64_write,
i = b64_write(b, NULL, 0);
return b64_write(b, str, strlen(str));
static int b64_write(BIO *h, const char *buf, int num);