代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/148609/5713733
h ica_openssl_api.h
#ifndef __ICA_OPENSSL_API_H__
#define __ICA_OPENSSL_API_H__
/**
** abstract data types for API
**/
#define ICA_ADAPTER_HANDLE int
#if defined(linux) || defined (_AIX)
#define ICA_CALL
#endif
#
www.eeworm.com/read/126641/6015572
pod openssl_version_number.pod
=pod
=head1 NAME
OPENSSL_VERSION_NUMBER, SSLeay, SSLeay_version - get OpenSSL version number
=head1 SYNOPSIS
#include
#define OPENSSL_VERSION_NUMBER 0xnnnnnnnnnL
#include
www.eeworm.com/read/126641/6015720
h ica_openssl_api.h
#ifndef __ICA_OPENSSL_API_H__
#define __ICA_OPENSSL_API_H__
/**
** abstract data types for API
**/
#define ICA_ADAPTER_HANDLE int
#if defined(linux) || defined (_AIX)
#define ICA_CALL
#endif
#
www.eeworm.com/read/101042/6259069
pod openssl_version_number.pod
=pod
=head1 NAME
OPENSSL_VERSION_NUMBER, SSLeay SSLeay_version - get OpenSSL version number
=head1 SYNOPSIS
#include
#define OPENSSL_VERSION_NUMBER 0xnnnnnnnnnL
#include
www.eeworm.com/read/101042/6259351
xs openssl_x509.xs
#include "openssl.h"
MODULE = OpenSSL::X509 PACKAGE = OpenSSL::X509 PREFIX = p5_X509_
PROTOTYPES: ENABLE
VERSIONCHECK: DISABLE
void
p5_X509_new(void )
PREINIT:
X509 *x509;
SV *arg;
PPCODE:
www.eeworm.com/read/485435/6561808
c wps_crypto_openssl.c
/*
* WPS_CRYPTO_OPENSSL.C : WPS Encrypt/Decrypt Interface Implemented upon OpenSSL
*
* ver date author comment
* 0.0.1 07/12/25 Gao Hua First
*/
#include