代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/203830/5038275
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/203830/5038684
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, EVP_CIPHER *type, unsigned
www.eeworm.com/read/328357/3444359
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/328357/3444894
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/272859/4214708
h aesfunctions.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/272859/4214776
h aesfunctions.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/428064/1962888
java asymmetryencrypt.java
package com.gmc.crypto;
import java.io.File;
import java.io.InputStream;
import java.security.Key;
import java.security.KeyPair;
import com.gmc.encrypt.Encryption;
/**
* 非对称加密算法的上层接口,提供加
www.eeworm.com/read/427042/1979501
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/427042/1980117
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/422785/2032002
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