Home
last modified time | relevance | path

Searched refs:httpEncode64_2 (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dauth.c258 httpEncode64_2(encode, sizeof(encode), http->userpass, (int)strlen(http->userpass)); in cupsDoAuthentication()
462 httpEncode64_2(http->authstring + 10, authsize - 10, output_token.value, in _cupsSetNegotiateAuthString()
989 httpEncode64_2(buffer, sizeof(buffer), (void *)&auth_extrn, in cups_local_auth()
Dlibcups2.def323 httpEncode64_2
Dhttp.h513 extern char *httpEncode64_2(char *out, int outlen, const char *in,
Dtesthttp.c307 httpEncode64_2(encode, sizeof(encode), base64_tests[i][0], in main()
Dhttp-support.c682 return (httpEncode64_2(out, 512, in, (int)strlen(in))); in httpEncode64()
693 httpEncode64_2(char *out, /* I - String to write to */ in httpEncode64_2() function
Dtls-gnutls.c850 httpEncode64_2(line, sizeof(line), (char *)ptr, remaining > 45 ? 45 : remaining); in httpSaveCredentials()