Home | History | Annotate | Download | only in racoon

Lines Matching defs:cb

291 		int ca, cb;
294 cb = tolower(b->data[i]);
296 if (ca != cb)
297 return(ca-cb);
337 int ca, cb;
341 cb = tolower(*pb);
342 if (ca != cb)
343 return (ca - cb);
564 * this function is derived from cb() in openssl/apps/s_server.c
611 * this function is derived from cb() in openssl/apps/s_server.c