Searched refs:cipheropts (Results 1 – 1 of 1) sorted by relevance
2566 char qop[1024], cipheropts[1024]; local2581 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,