OpenSSL    
 Index |  openssl(1) |  ssl(3) |  crypto(3) 
 
Title
FAQ
About
News
Documents
Source
Contribution
Support
Related

 

d2i_DHparams(3)



NAME

d2i_DHparams, i2d_DHparams - ...


SYNOPSIS

 #include <openssl/dh.h>
 DH *d2i_DHparams(DH **a, unsigned char **pp, long length);
 int i2d_DHparams(DH *a, unsigned char **pp);


DESCRIPTION

...


RETURN VALUES

...


SEE ALSO

...


HISTORY

...