代码搜索结果
找到约 10,000 项符合
5 的代码
md5.asm
;Modify by binny at 2003.12.
_MD5Trans1 MACRO
and ebx, eax
not eax
and eax, edx
or eax, ebx
ENDM
_MD5Trans2 MACRO
and eax, edx ; X & Z
not edx ; ~Z
and ebx, edx ; Y & Z
or
global.txt
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.1 [Build 934] for uVision
; commandline ArmCC [--debug -c --asm --interleave -oglobal.o --depend=global.d --device=DARMP --apcs=interwork -O3 -IC:
md5.asm
;Modify by binny at 2003.12.
_MD5Trans1 MACRO
and ebx, eax
not eax
and eax, edx
or eax, ebx
ENDM
_MD5Trans2 MACRO
and eax, edx ; X & Z
not edx ; ~Z
and ebx, edx ; Y & Z
or
md5.asm
;Modify by binny at 2003.12.
_MD5Trans1 MACRO
and ebx, eax
not eax
and eax, edx
or eax, ebx
ENDM
_MD5Trans2 MACRO
and eax, edx ; X & Z
not edx ; ~Z
and ebx, edx ; Y & Z
or
prof#5_sui5_snr5.txt
343 322 1 1
310 331 1 1
300 336 1 1
344 319 1 1
337 330 1 1
324 310 1 1
340 347 1 1
340 315 1 1
335 320 1 1
314 324 1 1
343 341 1 1
328 332 1 1
318 313 1 1
307 330 1 1
318 338 1 1
321 3
md5sum.h
// MD5Sum.h : CMD5Sum 的声明
#pragma once
#include "resource.h" // 主符号
// IMD5Sum
[
object,
uuid("04C460A5-7AB4-45BB-BAFF-619F49FA29AD"),
dual, helpstring("IMD5Sum 接口"),
pointer_d
crypt.c
#include
#include
#include
#include "md5.h"
char *MD5String (const char *string)
{
int i;
MD5_CTX context;
unsigned char digest[16];
char *result=(char *)malloc(33