代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/238768/4609831
pod pkcs8.pod
=pod
=head1 NAME
pkcs8 - PKCS#8 format private key conversion tool
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/238768/4609998
am makefile.am
# Our includes come from the OpenSSL build-tree we're in
INCLUDES = -I$(top_builddir)/../../include
bin_PROGRAMS = tunala
tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
tunala_LDADD
www.eeworm.com/read/203830/5038605
pod bn_zero.pod
=pod
=head1 NAME
BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
operations
=head1 SYNOPSIS
#include
int BN_zero(BIGNUM *a);
int BN_one(BIGNUM *a);
www.eeworm.com/read/203830/5038618
pod bio_push.pod
=pod
=head1 NAME
BIO_push, BIO_pop - add and remove BIOs from a chain.
=head1 SYNOPSIS
#include
BIO * BIO_push(BIO *b,BIO *append);
BIO * BIO_pop(BIO *b);
=head1 DESCRIPTION
www.eeworm.com/read/203830/5038624
pod bio_s_null.pod
=pod
=head1 NAME
BIO_s_null - null data sink
=head1 SYNOPSIS
#include
BIO_METHOD * BIO_s_null(void);
=head1 DESCRIPTION
BIO_s_null() returns the null sink BIO method. Data wri
www.eeworm.com/read/203830/5038625
pod dh.pod
=pod
=head1 NAME
dh - Diffie-Hellman key agreement
=head1 SYNOPSIS
#include
DH * DH_new(void);
void DH_free(DH *dh);
int DH_size(DH *dh);
DH * DH_generate_parameters(int pri
www.eeworm.com/read/203830/5038633
pod dh_new.pod
=pod
=head1 NAME
DH_new, DH_free - allocate and free DH objects
=head1 SYNOPSIS
#include
DH* DH_new(void);
void DH_free(DH *dh);
=head1 DESCRIPTION
DH_new() allocates and ini
www.eeworm.com/read/203830/5038634
pod bn_rand.pod
=pod
=head1 NAME
BN_rand, BN_pseudo_rand - generate pseudo-random number
=head1 SYNOPSIS
#include
int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
int BN_pseudo_rand(BI
www.eeworm.com/read/203830/5038639
pod evp_signinit.pod
=pod
=head1 NAME
EVP_SignInit, EVP_SignUpdate, EVP_SignFinal - EVP signing functions
=head1 SYNOPSIS
#include
void EVP_SignInit(EVP_MD_CTX *ctx, const EVP_MD *type);
void EVP_S
www.eeworm.com/read/203830/5038647
pod bn_num_bytes.pod
=pod
=head1 NAME
BN_num_bits, BN_num_bytes, BN_num_bits_word - get BIGNUM size
=head1 SYNOPSIS
#include
int BN_num_bytes(const BIGNUM *a);
int BN_num_bits(const BIGNUM *a);
i