Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2566 char qop[1024], cipheropts[1024]; local
2581 cipheropts[0] = '\0';
2606 if(strlen(cipheropts) + strlen(cipher->name) + 1 >=
2607 sizeof (cipheropts)) {
2613 if (*cipheropts) strcat(cipheropts, ",");
2614 strcat(cipheropts, cipher->name);
2705 if (strcmp(cipheropts,"")!=0)
2709 "cipher", (unsigned char *) cipheropts,