代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/328357/3444437
makefile
#
# OpenSSL/crypto/x509/Makefile
#
DIR= x509
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
TES
www.eeworm.com/read/328357/3444503
makefile
#
# OpenSSL/crypto/asn1/Makefile
#
DIR= asn1
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
TES
www.eeworm.com/read/328357/3444746
makefile
#
# OpenSSL/krb5/Makefile
#
DIR= krb5
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
TEST=
APPS
www.eeworm.com/read/328357/3444934
pod bio.pod
=pod
=head1 NAME
bio - I/O abstraction
=head1 SYNOPSIS
#include
TBA
=head1 DESCRIPTION
A BIO is an I/O abstraction, it hides many of the underlying I/O
details from an applica
www.eeworm.com/read/328357/3445025
pod enc.pod
=pod
=head1 NAME
enc - symmetric cipher routines
=head1 SYNOPSIS
B
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/325830/3479174
h crypto.h
/* crypto.h for openSSL */
#ifndef ysSSL_crypto_h__
#define yaSSL_crypto_h__
#ifdef YASSL_PREFIX
#include "prefix_crypto.h"
#endif
const char* SSLeay_version(int type);
#define SSLEAY_N
www.eeworm.com/read/427042/1979885
makefile
#
# OpenSSL/krb5/Makefile
#
DIR= krb5
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
TEST=
APPS
www.eeworm.com/read/427042/1980157
pod bio.pod
=pod
=head1 NAME
bio - I/O abstraction
=head1 SYNOPSIS
#include
TBA
=head1 DESCRIPTION
A BIO is an I/O abstraction, it hides many of the underlying I/O
details from an applica
www.eeworm.com/read/427042/1980252
pod enc.pod
=pod
=head1 NAME
enc - symmetric cipher routines
=head1 SYNOPSIS
B
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/422785/2031875
makefile
#
# OpenSSL/crypto/md/Makefile
#
DIR= md2
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=md2test.c
APPS=
LIB=$(TOP)/libcrypto.