Home | History | Annotate | Download | only in racoon

Lines Matching refs:cb

285 		int ca, cb;
288 cb = tolower(b->data[i]);
290 if (ca != cb)
291 return(ca-cb);
331 int ca, cb;
335 cb = tolower(*pb);
336 if (ca != cb)
337 return (ca - cb);
558 * this function is derived from cb() in openssl/apps/s_server.c
605 * this function is derived from cb() in openssl/apps/s_server.c