代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/166635/10009539

pkg cipher.pkg

;Cipher.pkg ;Language - standard language definitions &EN #{"Cipher"},(0x10005BBA),1,0,0 ;Supports Series 60 v 2.0 (0x101F7960), 0, 0, 0, {"Series60ProductID"} "..\..\..\epoc32\release\t
www.eeworm.com/read/166635/10009541

pan cipher.pan

/* Copyright (c) 2003, Nokia. All rights reserved */ #ifndef __CIPHER_PAN__ #define __CIPHER_PAN__ /** Cipher application panic codes */ enum TCipherPanics { ECipherBasicUi = 1, E
www.eeworm.com/read/166635/10009543

hrh cipher.hrh

/* Copyright (c) 2003, Nokia. All rights reserved */ #ifndef __CIPHER_HRH__ #define __CIPHER_HRH__ // Cipher enumerate command codes enum TCipherIds { ECipherEncrypt = 1, // start
www.eeworm.com/read/166635/10009560

cpp cipher.cpp

/* Copyright (c) 2003, Nokia. All rights reserved */ #include "CipherApplication.h" // DLL entry point, return that everything is ok GLDEF_C TInt E32Dll(TDllReason /*aReason*/) { retu
www.eeworm.com/read/166635/10009566

mmp cipher.mmp

TARGET Cipher.app TARGETTYPE app UID 0x100039CE 0x10005BBA TARGETPATH \system\apps\cipher SOURCEPATH ..\src SOURCE Cipher.cpp SOURCE
www.eeworm.com/read/166635/10009568

rss cipher.rss

/* Copyright (c) 2003, Nokia. All rights reserved */ NAME CIPH #include #include #include #include "Cipher.hrh" #define AKNEXQUERY_SECRETED_NUM_LETTER
www.eeworm.com/read/162805/10270211

h cipher.h

/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not
www.eeworm.com/read/162805/10270306

cpp cipher.cpp

/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not
www.eeworm.com/read/106372/6951528

h cipher.h

/* * Data encription standard header file for cipher.c */ #include "des.h" #define makeKey desMakeKey #define encipher des #define decipher des #define inBlockSize desInBlockSize #define
www.eeworm.com/read/106372/6951543

c cipher.c

/* * cipher - a more secure replacement for UNIX crypt program * * Generic block encipherment/decipherment program * modified specifically for the Data Encryption Standard using * Cipher B