Home | History | Annotate | Download | only in vtls

Lines Matching refs:clp

301   const char *clp;
341 for(clp = cipherlist; *cipherlist && !is_separator(*cipherlist);)
343 l = cipherlist - clp;
348 if(strncasecompare(ctp->name, clp, l) && !ctp->name[l])
351 failf(data, "Unknown cipher %.*s", l, clp);