Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c1656 char *authencstr; in http_req() local
1673 if ((authencstr = malloc((authlen + 2) / 3 * 4 + 1)) == NULL) { in http_req()
1680 (void) EVP_EncodeBlock((unsigned char *)authencstr, in http_req()
1686 requestlen += 21 + strlen(authencstr) + 2; in http_req()
1688 free(authencstr); in http_req()
1697 "Authorization: Basic %s\r\n", authencstr); in http_req()
1699 free(authencstr); in http_req()