代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/427042/1979018
pl x86cpuid.pl
#!/usr/bin/env perl
push(@INC,"perlasm");
require "x86asm.pl";
&asm_init($ARGV[0],"x86cpuid");
for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
&function_begin("OPENSSL_ia32_cpuid");
&xor ("ed
www.eeworm.com/read/427042/1979173
pl bn-586.pl
#!/usr/local/bin/perl
push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
&asm_init($ARGV[0],$0);
$sse2=0;
for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
&external_label("OPENSSL_ia32c
www.eeworm.com/read/427042/1980004
pod rsa_new.pod
=pod
=head1 NAME
RSA_new, RSA_free - allocate and free RSA objects
=head1 SYNOPSIS
#include
RSA * RSA_new(void);
void RSA_free(RSA *rsa);
=head1 DESCRIPTION
RSA_new() alloca
www.eeworm.com/read/427042/1980011
pod bn_cmp.pod
=pod
=head1 NAME
BN_cmp, BN_ucmp, BN_is_zero, BN_is_one, BN_is_word, BN_is_odd - BIGNUM comparison and test functions
=head1 SYNOPSIS
#include
int BN_cmp(BIGNUM *a, BIGNUM *b);
www.eeworm.com/read/427042/1980012
pod ecdsa.pod
=pod
=head1 NAME
ecdsa - Elliptic Curve Digital Signature Algorithm
=head1 SYNOPSIS
#include
ECDSA_SIG* ECDSA_SIG_new(void);
void ECDSA_SIG_free(ECDSA_SIG *sig);
int i2d_E
www.eeworm.com/read/427042/1980036
pod dh_generate_key.pod
=pod
=head1 NAME
DH_generate_key, DH_compute_key - perform Diffie-Hellman key exchange
=head1 SYNOPSIS
#include
int DH_generate_key(DH *dh);
int DH_compute_key(unsigned char *k
www.eeworm.com/read/427042/1980041
pod err_print_errors.pod
=pod
=head1 NAME
ERR_print_errors, ERR_print_errors_fp - print error messages
=head1 SYNOPSIS
#include
void ERR_print_errors(BIO *bp);
void ERR_print_errors_fp(FILE *fp);
=hea
www.eeworm.com/read/427042/1980054
pod evp_signinit.pod
=pod
=head1 NAME
EVP_SignInit, EVP_SignUpdate, EVP_SignFinal - EVP signing functions
=head1 SYNOPSIS
#include
int EVP_SignInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *im
www.eeworm.com/read/427042/1980067
pod rsa_sign_asn1_octet_string.pod
=pod
=head1 NAME
RSA_sign_ASN1_OCTET_STRING, RSA_verify_ASN1_OCTET_STRING - RSA signatures
=head1 SYNOPSIS
#include
int RSA_sign_ASN1_OCTET_STRING(int dummy, unsigned char *m,
www.eeworm.com/read/427042/1980085
pod rand_set_rand_method.pod
=pod
=head1 NAME
RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND method
=head1 SYNOPSIS
#include
void RAND_set_rand_method(const RAND_METHOD *meth);
con