salt1             435 source3/auth/pass_check.c static int linux_bigcrypt(char *password, char *salt1, char *crypted)
salt1             441 source3/auth/pass_check.c 	StrnCpy(salt, salt1, 2);
salt1             460 source3/auth/pass_check.c static char *osf1_bigcrypt(char *password, char *salt1)
salt1             471 source3/auth/pass_check.c 	StrnCpy(salt, salt1, 2);
salt1             472 source3/auth/pass_check.c 	StrnCpy(result, salt1, 2);