代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/394883/8204436
c ncbc_enc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (DES_cbc_encrypt)
* des_enc.c (DES_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This
www.eeworm.com/read/433067/8549187
h fstpm.h
/*++
Copyright (c) 2004 By LiGen , All right reserved
Module Name:
fstpm.h
Abstract:
head file of fstpm.cpp
Environment:
Windows XP, Compiler Ver > 13.00
Notes:
Revision His
www.eeworm.com/read/431534/8668730
v sms4_top.v
module SMS4_Top(
clk ,
rst_n ,
SMS4_sw_rst ,
SMS4_DataIn ,
SMS4_load_key
www.eeworm.com/read/283914/8979551
h fstpm.h
/*++
Copyright (c) 2004 By LiGen , All right reserved
Module Name:
fstpm.h
Abstract:
head file of fstpm.cpp
Environment:
Windows XP, Compiler Ver > 13.00
Notes:
Revision His
www.eeworm.com/read/451495/7462728
h fstpm.h
/*++
Copyright (c) 2004 By LiGen , All right reserved
Module Name:
fstpm.h
Abstract:
head file of fstpm.cpp
Environment:
Windows XP, Compiler Ver > 13.00
Notes:
Revision His
www.eeworm.com/read/125279/6032047
c aes_cbc.c
#ifdef __KERNEL__
#include
#else
#include
#endif
#include "aes_cbc.h"
#include "cbc_generic.h"
/* returns bool success */
int AES_set_key(aes_context *aes_ctx, const u_in
www.eeworm.com/read/117078/14940588
h fstpm.h
/*++
Copyright (c) 2004 By LiGen , All right reserved
Module Name:
fstpm.h
Abstract:
head file of fstpm.cpp
Environment:
Windows XP, Compiler Ver > 13.00
Notes:
Revision His
www.eeworm.com/read/472210/6873289
h fstpm.h
/*++
Copyright (c) 2004 By LiGen , All right reserved
Module Name:
fstpm.h
Abstract:
head file of fstpm.cpp
Environment:
Windows XP, Compiler Ver > 13.00
Notes:
Revision His
www.eeworm.com/read/205208/15323546
h csp_ft.h
/*
[]=========================================================================[]
Copyright(C) 2000-2004, Feitian Technologies Co., Ltd.
ePass Team
All rights reserved.
FILE:
csp_ft.h
www.eeworm.com/read/398634/2374827
result func_crypt.result
drop table if exists t1;
select length(encrypt('foo', 'ff')) 0;
length(encrypt('foo', 'ff')) 0
1
create table t1 (name varchar(50), pw varchar(64));
insert into t1 values ('tom', password('my_pa