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