代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/489725/6469127
h md5.h
#ifndef MD5_H
#define MD5_H
#ifndef HEADER_MD5_H
/* Try to avoid clashes with OpenSSL */
#define HEADER_MD5_H
#endif
struct MD5Context {
__u32 buf[4];
__u32 bits[2];
unsigned char in[64];
};
#endi
www.eeworm.com/read/489717/1211701
pod rand_load_file.pod
=pod
=head1 NAME
RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file
=head1 SYNOPSIS
#include
const char *RAND_file_name(char *buf, size_t num);
int RAND_load_fi
www.eeworm.com/read/489717/1211720
pod bio_new.pod
=pod
=head1 NAME
BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions
=head1 SYNOPSIS
#include
BIO * BIO_new(BIO_METHOD *type);
int BIO_se
www.eeworm.com/read/489717/1211725
pod bio_s_socket.pod
=pod
=head1 NAME
BIO_s_socket, BIO_new_socket - socket BIO
=head1 SYNOPSIS
#include
BIO_METHOD *BIO_s_socket(void);
long BIO_set_fd(BIO *b, int fd, long close_flag);
long BIO
www.eeworm.com/read/489717/1211756
pod bio_find_type.pod
=pod
=head1 NAME
BIO_find_type, BIO_next - BIO chain traversal
=head1 SYNOPSIS
#include
BIO * BIO_find_type(BIO *b,int bio_type);
BIO * BIO_next(BIO *b);
#define BIO_method_t
www.eeworm.com/read/489717/1211771
pod buffer.pod
=pod
=head1 NAME
BUF_MEM_new, BUF_MEM_free, BUF_MEM_grow, BUF_strdup - simple
character arrays structure
=head1 SYNOPSIS
#include
BUF_MEM *BUF_MEM_new(void);
void BUF_MEM_f
www.eeworm.com/read/489717/1211817
pod bio_f_buffer.pod
=pod
=head1 NAME
BIO_f_buffer - buffering BIO
=head1 SYNOPSIS
#include
BIO_METHOD * BIO_f_buffer(void);
#define BIO_get_buffer_num_lines(b) BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES
www.eeworm.com/read/489717/1211829
pod mdc2.pod
=pod
=head1 NAME
MDC2, MDC2_Init, MDC2_Update, MDC2_Final - MDC2 hash function
=head1 SYNOPSIS
#include
unsigned char *MDC2(const unsigned char *d, unsigned long n,
www.eeworm.com/read/489717/1211847
pod bn_new.pod
=pod
=head1 NAME
BN_new, BN_init, BN_clear, BN_free, BN_clear_free - allocate and free BIGNUMs
=head1 SYNOPSIS
#include
BIGNUM *BN_new(void);
void BN_init(BIGNUM *);
void BN_
www.eeworm.com/read/489717/1211848
pod lh_stats.pod
=pod
=head1 NAME
lh_stats, lh_node_stats, lh_node_usage_stats, lh_stats_bio,
lh_node_stats_bio, lh_node_usage_stats_bio - LHASH statistics
=head1 SYNOPSIS
#include
void lh_sta