Home | History | Annotate | Download | only in client

Lines Matching defs:b64

263 	unlink("Cert/est-req.b64");
283 unsigned char *b64;
337 b64 = base64_encode((unsigned char *) cert, len, NULL);
339 if (b64 == NULL)
344 os_free(b64);
351 b64);
353 os_free(b64);