代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/171081/5399201
h ebcdic.h
/* crypto/ebcdic.h */
#ifndef HEADER_EBCDIC_H
#define HEADER_EBCDIC_H
#include
/* Avoid name clashes with other applications */
#define os_toascii _openssl_os_toascii
#define os_toe
www.eeworm.com/read/171081/5399270
h ebcdic.h
/* crypto/ebcdic.h */
#ifndef HEADER_EBCDIC_H
#define HEADER_EBCDIC_H
#include
/* Avoid name clashes with other applications */
#define os_toascii _openssl_os_toascii
#define os_toe
www.eeworm.com/read/171081/5399346
h ebcdic.h
/* crypto/ebcdic.h */
#ifndef HEADER_EBCDIC_H
#define HEADER_EBCDIC_H
#include
/* Avoid name clashes with other applications */
#define os_toascii _openssl_os_toascii
#define os_toe
www.eeworm.com/read/338072/3322181
makefile
# $Id: Makefile,v 1.6 2002/11/09 02:10:17 derekm Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
TARGET_LIBRARY = libsdp2
PACKAGES += UTIL PTHREAD
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
e
www.eeworm.com/read/328357/3444128
h bio_lcl.h
#include
#if BIO_FLAGS_UPLINK==0
/* Shortcut UPLINK calls on most platforms... */
#define UP_stdin stdin
#define UP_stdout stdout
#define UP_stderr stderr
#define UP_fprintf fprintf
#
www.eeworm.com/read/328357/3444254
makefile
#
# OpenSSL/crypto/mdc2/Makefile
#
DIR= mdc2
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST= mdc2test.c
APPS=
LIB=$(TOP)/libcr
www.eeworm.com/read/328357/3444749
makefile
#
# OpenSSL/crypto/rc2/Makefile
#
DIR= rc2
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=rc2test.c
APPS=
LIB=$(TOP)/libcrypto
www.eeworm.com/read/328357/3444860
pod engine.pod
=pod
=head1 NAME
engine - ENGINE cryptographic module support
=head1 SYNOPSIS
#include
ENGINE *ENGINE_get_first(void);
ENGINE *ENGINE_get_last(void);
ENGINE *ENGINE_get_nex
www.eeworm.com/read/328357/3444887
pod x509.pod
=pod
=head1 NAME
x509 - X.509 certificate handling
=head1 SYNOPSIS
#include
=head1 DESCRIPTION
A X.509 certificate is a structured grouping of information about
an individual,
www.eeworm.com/read/328357/3444932
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c