Home | History | Annotate | Download | only in racoon

Lines Matching refs:cb

286 		int ca, cb;
289 cb = tolower(b->data[i]);
291 if (ca != cb)
292 return(ca-cb);
332 int ca, cb;
336 cb = tolower(*pb);
337 if (ca != cb)
338 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