代码搜索:OpenSSL

找到约 8,687 项符合「OpenSSL」的源代码

代码结果 8,687
www.eeworm.com/read/238768/4609146

m4 des_enc.m4

! des_enc.m4 ! des_enc.S (generated from des_enc.m4) ! ! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file. ! ! Version 1.0. 32-bit version. ! ! June 8, 2000. ! ! Version
www.eeworm.com/read/238768/4609560

pod evp_openinit.pod

=pod =head1 NAME EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption =head1 SYNOPSIS #include int EVP_OpenInit(EVP_CIPHER_CTX *ctx,EVP_CIPHER *type,unsigned ch
www.eeworm.com/read/238768/4609583

pod bio_set_callback.pod

=pod =head1 NAME BIO_set_callback, BIO_get_callback, BIO_set_callback_arg, BIO_get_callback_arg, BIO_debug_callback - BIO callback functions =head1 SYNOPSIS #include #define BIO
www.eeworm.com/read/238768/4609596

pod err.pod

=pod =head1 NAME err - error codes =head1 SYNOPSIS #include unsigned long ERR_get_error(void); unsigned long ERR_peek_error(void); unsigned long ERR_get_error_line(const char
www.eeworm.com/read/238768/4609601

pod bn_mod_inverse.pod

=pod =head1 NAME BN_mod_inverse - compute inverse modulo n =head1 SYNOPSIS #include BIGNUM *BN_mod_inverse(BIGNUM *r, BIGNUM *a, const BIGNUM *n, BN_CTX *ctx); =head1
www.eeworm.com/read/238768/4609605

pod rand_bytes.pod

=pod =head1 NAME RAND_bytes, RAND_pseudo_bytes - generate random data =head1 SYNOPSIS #include int RAND_bytes(unsigned char *buf, int num); int RAND_pseudo_bytes(unsigned cha
www.eeworm.com/read/238768/4609615

pod dh_size.pod

=pod =head1 NAME DH_size - get Diffie-Hellman prime size =head1 SYNOPSIS #include int DH_size(DH *dh); =head1 DESCRIPTION This function returns the Diffie-Hellman size in bytes
www.eeworm.com/read/238768/4609617

pod rand_egd.pod

=pod =head1 NAME RAND_egd - query entropy gathering daemon =head1 SYNOPSIS #include int RAND_egd(const char *path); int RAND_egd_bytes(const char *path, int bytes); int RAND
www.eeworm.com/read/238768/4609650

pod err_put_error.pod

=pod =head1 NAME ERR_put_error, ERR_add_error_data - record an error =head1 SYNOPSIS #include void ERR_put_error(int lib, int func, int reason, const char *file, int li
www.eeworm.com/read/238768/4609651

pod bn_copy.pod

=pod =head1 NAME BN_copy, BN_dup - copy BIGNUMs =head1 SYNOPSIS #include BIGNUM *BN_copy(BIGNUM *to, const BIGNUM *from); BIGNUM *BN_dup(const BIGNUM *from); =head1 DESCRIPTIO