Searched refs:cipheropts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2571 char qop[1024], cipheropts[1024]; local
2586 cipheropts[0] = '\0';
2611 if(strlen(cipheropts) + strlen(cipher->name) + 1 >=
2612 sizeof (cipheropts)) {
2614 "internal error: cipheropts too big");
2618 if (*cipheropts) strcat(cipheropts, ",");
2619 strcat(cipheropts, cipher->name);
2710 if (strcmp(cipheropts,"")!=0)
2714 "cipher", (unsigned char *) cipheropts,
[all...]

Completed in 29 milliseconds