代码搜索:Crypt

找到约 4,865 项符合「Crypt」的源代码

代码结果 4,865
www.eeworm.com/read/380202/2662337

java crypt.java

/***************************************************************************** * (C) Copyright 2004 。 * 保留对所有使用、复制、修改和发布整个软件和相关文档的权利。 * 本计算机程序受著作权法和国际公约的保护,未经授权擅自复制或 * 传播本程序的全部或部分,可能受到严厉的民事和刑事制裁,并 * 在
www.eeworm.com/read/378966/2678427

c crypt.c

/* crypt.c - crytographic routines */ /* Copyright 1995 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1989 The Regents of the University of California. * All rights res
www.eeworm.com/read/378488/2685826

c crypt.c

/* crypt.c - crytographic routines */ /* Copyright 1995 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1989 The Regents of the University of California. * All rights res
www.eeworm.com/read/377363/2701181

c crypt.c

/* crypt.c - crytographic routines */ /* Copyright 1995 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1989 The Regents of the University of California. * All rights res
www.eeworm.com/read/375613/2723673

h crypt.h

/* crypt.h -- base code for crypt/uncrypt ZIPfile Version 1.01e, February 12th, 2005 Copyright (C) 1998-2005 Gilles Vollant This code is a modified version of crypting code in Infozip dis
www.eeworm.com/read/372770/2769598

c crypt.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/371580/2779452

c crypt.c

/* crypt.c - crytographic routines */ /* Copyright 1995 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1989 The Regents of the University of California. * All rights res
www.eeworm.com/read/369885/2790741

java crypt.java

/* * @(#)Crypt.java 1.8 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* Copyright (c) 1988 AT&T */
www.eeworm.com/read/369339/2801005

3 crypt.3

.th CRYPT III 4/30/73 .sh NAME crypt \*- password encoding .sh SYNOPSIS .ft B mov $key,r0 .br jsr pc,crypt .s3 char *crypt(key) .br char *key; .ft R .sh DESCRIPTION On entry, r0 points to a string of
www.eeworm.com/read/369339/2801570

s crypt.s

/ crypt -- password incoding / mov $key,r0 / jsr pc,crypt .globl crypt, _crypt .globl savr5 _crypt: mov r5,-(sp) mov sp,r5 mov r5,savr5 mov 4(r5),r0 jsr pc,crypt clr savr5 mov (sp)+,r5 rts