Exemplo n.º 1
0
static bool test_plaintext_nt_only(void) {
	return test_plaintext(NO_LM);
}
Exemplo n.º 2
0
static bool test_plaintext_lm_only(void) {
	return test_plaintext(NO_NT);
}
Exemplo n.º 3
0
static bool test_plaintext_nt_broken(void) {
	return test_plaintext(BREAK_NT);
}
Exemplo n.º 4
0
static bool test_plaintext_lm_broken(void) {
	return test_plaintext(BREAK_LM);
}
Exemplo n.º 5
0
static bool test_plaintext_none_broken(void) {
	return test_plaintext(BREAK_NONE);
}
static BOOL test_plaintext_lm_only(void) {
	return test_plaintext(NO_NT);
}
static BOOL test_plaintext_nt_only(void) {
	return test_plaintext(NO_LM);
}