Lines Matching refs:base
325 unsigned char base[1024];
326 /* buf is used as the destination buffer for printing base with the format:
327 * "%s\r\n". Hence, the size of buf should be at least the size of base
330 unsigned char buf[sizeof(base) + 2];
690 ret = mbedtls_base64_encode(base, sizeof(base), &n, (const unsigned char *) opt.user_name,
697 len = sprintf((char *) buf, "%s\r\n", base);
709 ret = mbedtls_base64_encode(base, sizeof(base), &n, (const unsigned char *) opt.user_pwd,
716 len = sprintf((char *) buf, "%s\r\n", base);