代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/331910/12801881
h io.h
#ifndef __IO_H__
#define __IO_H__
#include
#include
#include
#ifdef ENABLE_SSL
#include
#endif
#include "../chain.h"
/*
* IO Operations
*/
#define I
www.eeworm.com/read/323119/13354139
test func_encrypt.test
-- source include/have_openssl.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (x blob);
insert into t1 values (des_encrypt('The quick red fox jumped over the lazy
www.eeworm.com/read/126641/6015422
pod bn_swap.pod
=pod
=head1 NAME
BN_swap - exchange BIGNUMs
=head1 SYNOPSIS
#include
void BN_swap(BIGNUM *a, BIGNUM *b);
=head1 DESCRIPTION
BN_swap() exchanges the values of I and I.
L
www.eeworm.com/read/126641/6015424
pod evp_verifyinit.pod
=pod
=head1 NAME
EVP_VerifyInit, EVP_VerifyUpdate, EVP_VerifyFinal - EVP signature verification functions
=head1 SYNOPSIS
#include
int EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const E
www.eeworm.com/read/126641/6015428
pod dsa_size.pod
=pod
=head1 NAME
DSA_size - get DSA signature size
=head1 SYNOPSIS
#include
int DSA_size(const DSA *dsa);
=head1 DESCRIPTION
This function returns the size of an ASN.1 encoded
www.eeworm.com/read/126641/6015429
pod rsa_blinding_on.pod
=pod
=head1 NAME
RSA_blinding_on, RSA_blinding_off - protect the RSA operation from timing attacks
=head1 SYNOPSIS
#include
int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
void RS
www.eeworm.com/read/126641/6015462
pod rsa_check_key.pod
=pod
=head1 NAME
RSA_check_key - validate private RSA keys
=head1 SYNOPSIS
#include
int RSA_check_key(RSA *rsa);
=head1 DESCRIPTION
This function validates RSA keys. It checks
www.eeworm.com/read/126641/6015480
pod rsa_generate_key.pod
=pod
=head1 NAME
RSA_generate_key - generate RSA key pair
=head1 SYNOPSIS
#include
RSA *RSA_generate_key(int num, unsigned long e,
void (*callback)(int,int,void *), void *cb
www.eeworm.com/read/126641/6015493
pod dsa_generate_key.pod
=pod
=head1 NAME
DSA_generate_key - generate DSA key pair
=head1 SYNOPSIS
#include
int DSA_generate_key(DSA *a);
=head1 DESCRIPTION
DSA_generate_key() expects B to contain
www.eeworm.com/read/126641/6015514
pod err_clear_error.pod
=pod
=head1 NAME
ERR_clear_error - clear the error queue
=head1 SYNOPSIS
#include
void ERR_clear_error(void);
=head1 DESCRIPTION
ERR_clear_error() empties the current thread's