Searched refs:lpass (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/radiusd/ |
| D | radiusd_file.c | 477 int i, lpass; in auth_mschapv2() local 515 lpass = strlen(ent->password); in auth_mschapv2() 516 if ((pass = calloc(1, lpass * 2)) == NULL) { in auth_mschapv2() 520 for (i = 0; i < lpass; i++) { in auth_mschapv2() 527 username, strlen(username), pass, lpass * 2, ntresponse); in auth_mschapv2() 551 mschap_auth_response(pass, lpass * 2, ntresponse, chall, in auth_mschapv2() 560 mschap_ntpassword_hash(pass, lpass * 2, pwhash); in auth_mschapv2() 590 explicit_bzero(pass, lpass * 2); in auth_mschapv2()
|
| /openbsd/src/usr.sbin/radiusctl/ |
| D | radiusctl.c | 331 u_int i, lpass; in radius_test() local 341 lpass = 0; in radius_test() 343 lpass = strlen(res->password); in radius_test() 344 if (lpass * 2 >= sizeof(pass)) in radius_test() 346 for (i = 0; i < lpass; i++) { in radius_test() 360 lpass * 2, resp.response); in radius_test()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/ |
| D | ChangeLog | 14769 (c-torture): Delete references to lcnt, lpass, lfail. 14772 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail. 14777 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail. 14915 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail. 14938 Delete setting of prms_id, bug_id, lcnt, lfail, lpass. 14941 Delete setting of prms_id, bug_id, lcnt, lfail, lpass. 14949 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
|