代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/403485/11515485
h aes.h
#ifndef _AES_H
#define _AES_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct
{
uint32 erk[64]; /* encryption round k
www.eeworm.com/read/131980/14117753
h nls.h
#ifndef GE_NLS_H
#define GE_NLS_H
#ifdef HAVE_CONFIG_H
# include
#endif
#ifdef ENABLE_NLS
#ifdef _
# undef _
#endif
#ifdef N_
# undef N_
#endif
# include
#
www.eeworm.com/read/220903/14784258
h aes.h
#ifndef _AES_H
#define _AES_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct Aes
{
uint32 erk[64]; /* encryption rou
www.eeworm.com/read/220903/14784272
h aes.h
#ifndef _AES_H
#define _AES_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct Aes
{
uint32 erk[64]; /* encryption rou
www.eeworm.com/read/220903/14784321
h aes.h
#ifndef _AES_H
#define _AES_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct Aes
{
uint32 erk[64]; /* encryption rou
www.eeworm.com/read/489717/1211220
pod des.pod
=pod
=head1 NAME
des - encrypt or decrypt data using Data Encryption Standard
=head1 SYNOPSIS
B
(
B
|
B
) | (
B
|
B
) | (
B[B][B]
) |
[
B
] [
B
I
www.eeworm.com/read/489717/1211811
pod evp_sealinit.pod
=pod
=head1 NAME
EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption
=head1 SYNOPSIS
#include
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
www.eeworm.com/read/238768/4609152
pod des.pod
=pod
=head1 NAME
des - encrypt or decrypt data using Data Encryption Standard
=head1 SYNOPSIS
B
(
B
|
B
) | (
B
|
B
) | (
B[B][B]
) |
[
B
] [
B
I
www.eeworm.com/read/238768/4609679
pod evp_sealinit.pod
=pod
=head1 NAME
EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption
=head1 SYNOPSIS
#include
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,