代码搜索结果

找到约 743 项符合 Solar 的代码

x86-any.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Architecture specific parameters for x86. */ #ifndef _JOHN_ARCH_H #define _JOHN_ARC

params.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Some global parameters. */ #ifndef _JOHN_PARAMS_H #define _JOHN_PARAMS_H #include

signals.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Signal handling. */ #ifndef _JOHN_SIGNALS_H #define _JOHN_SIGNALS_H #include "arch

memory.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Memory allocation routines. */ #ifndef _JOHN_MEMORY_H #define _JOHN_MEMORY_H #incl

des_bs_b.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Bitslice DES encryption. */ #include "arch.h" #include "DES_bs.h" /* Include the S

misc.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Miscellaneous routines. */ #ifndef _JOHN_MISC_H #define _JOHN_MISC_H #include

wordlist.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Wordlist cracker. */ #ifndef _JOHN_WORDLIST_H #define _JOHN_WORDLIST_H #include "l

recovery.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Crash recovery routines. */ #ifndef _JOHN_RECOVERY_H #define _JOHN_RECOVERY_H #inc

bench.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Cracking algorithm benchmark. */ #ifndef _JOHN_BENCH_H #define _JOHN_BENCH_H #incl

bf_std.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Standard OpenBSD Blowfish implementation. */ #ifndef _JOHN_BF_STD_H #define _JOHN_B