Home | History | Annotate | Download | only in racoon

Lines Matching refs:cb

309 		int ca, cb;
312 cb = tolower(b->data[i]);
314 if (ca != cb)
315 return(ca-cb);
355 int ca, cb;
359 cb = tolower(*pb);
360 if (ca != cb)
361 return (ca - cb);
582 * this function is derived from cb() in openssl/apps/s_server.c
629 * this function is derived from cb() in openssl/apps/s_server.c