Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2567 char qop[1024], cipheropts[1024]; local
2582 cipheropts[0] = '\0';
2607 if(strlen(cipheropts) + strlen(cipher->name) + 1 >=
2608 sizeof (cipheropts)) {
2614 if (*cipheropts) strcat(cipheropts, ",");
2615 strcat(cipheropts, cipher->name);
2706 if (strcmp(cipheropts,"")!=0)
2710 "cipher", (unsigned char *) cipheropts,