代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/140582/5785543
in no_oe.conf.in
# 'include' this file to disable Opportunistic Encryption.
# See @FINALDOCDIR@/policygroups.html for details.
#
# RCSID $Id: no_oe.conf.in,v 1.2 2004/10/03 19:33:10 paul Exp $
conn block
auto=ign
www.eeworm.com/read/131315/5929952
makefile
# @(#)Makefile 8.2 (Berkeley) 12/15/93
PROG= telnetd
CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS
CFLAGS+=-DOLD_ENVIRON -DENV_HACK
CFLAGS+=-DAUTHENTICATION -DENCRYPTION -I${.CURDIR}
www.eeworm.com/read/126641/6015534
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/125279/6031965
in config.alg_serpent.in
if [ "$CONFIG_IPSEC_ALG" = "y" ]; then
tristate ' SERPENT encryption algorithm' CONFIG_IPSEC_ALG_SERPENT
fi
www.eeworm.com/read/125279/6031967
in config.alg_blowfish.in
if [ "$CONFIG_IPSEC_ALG" = "y" ]; then
tristate ' BLOWFISH encryption algorithm' CONFIG_IPSEC_ALG_BLOWFISH
fi
www.eeworm.com/read/125279/6031968
in config.alg_twofish.in
if [ "$CONFIG_IPSEC_ALG" = "y" ]; then
tristate ' TWOFISH encryption algorithm' CONFIG_IPSEC_ALG_TWOFISH
fi
www.eeworm.com/read/125279/6031971
in config.alg_1des.in
if [ "$CONFIG_IPSEC_ALG" = "y" ]; then
tristate ' 1DES **INSECURE** encryption algorithm (modular alg)' CONFIG_IPSEC_ALG_1DES
fi
www.eeworm.com/read/125279/6031976
in config.alg_cast.in
if [ "$CONFIG_IPSEC_ALG" = "y" ]; then
tristate ' CAST encryption algorithm' CONFIG_IPSEC_ALG_CAST
fi
www.eeworm.com/read/125279/6031981
in config.alg_null.in
if [ "$CONFIG_IPSEC_ALG" = "y" ]; then
tristate ' NULL encryption algorithm' CONFIG_IPSEC_ALG_NULL
fi