代码搜索结果

找到约 743 项符合 Solar 的代码

math.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ #include "arch.h" #include "math.h" void add32to64(int64 *dst, unsigned int src) { unsign

makefile

# # This file is part of John the Ripper password cracker, # Copyright (c) 1996-98 by Solar Designer # CPP = gcc CC = gcc AS = gcc LD = gcc CP = cp LN = ln -sf RM = rm -f SED = sed NULL = /dev/null C

math.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ #include "arch.h" #include "math.h" void add32to64(int64 *dst, unsigned int src) { unsign

makefile

# # This file is part of John the Ripper password cracker, # Copyright (c) 1996-98 by Solar Designer # CPP = gcc CC = gcc AS = gcc LD = gcc CP = cp LN = ln -sf RM = rm -f SED = sed NULL = /dev/null C

math.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ #include "arch.h" #include "math.h" void add32to64(int64 *dst, unsigned int src) { unsign

bsearch.c

/* $Id: bsearch.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* bsearch( const void *, const void *, size_t, size_t, int(*)( const void *, const void * ) ) This file is part of the

calloc.c

/* $Id: calloc.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* void * calloc( size_t, size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted t

des_bs.c

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

best.sh

#!/bin/sh # # This file is part of John the Ripper password cracker, # Copyright (c) 1996-98 by Solar Designer # [ $# -eq 4 ] || exit 1 MAKE=$1 DES_DEPEND=$2 MD5_DEPEND=$3 BF_DEPEND=$4 # Detect the