*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 d2i_DHparams(3) -- ...
    ...
 d2i_RSAPublicKey(3) -- ...
    ...
 d2i_SSL_SESSION(3) -- convert SSL_SESSION object from/to ASN1 representation
    d2i_SSL_SESSION() transforms the external ASN1 representation of an SSL/TLS session, stored as binary data at location pp with length length, into an SSL_SESSION object. i2d_SSL_SESSION() transforms t...
 daemon(3) -- run in the background
    The daemon() function is for programs wishing to detach themselves from the controlling terminal and run in the background as system daemons. Unless the argument nochdir is non-zero, daemon() changes ...
 daylight(3) -- initialize time conversion information
    The tzset() function uses the value of the environment variable TZ to set time conversion information used by localtime(3). If TZ does not appear in the environment, the best available approximation t...
 db(3) -- database access methods
    Dbopen is the library interface to database files. The supported file formats are btree, hashed and UNIX file oriented. The btree format is a representation of a sorted, balanced tree structure. The h...
 dbopen(3) -- database access methods
    Dbopen is the library interface to database files. The supported file formats are btree, hashed and UNIX file oriented. The btree format is a representation of a sorted, balanced tree structure. The h...
 dcgettext(3) -- message handling functions
    The gettext(), dgettext(), and dcgettext() functions attempt to retrieve a target string based on the specified msgid argument within the context of a specific domain and the current locale. The lengt...
 dcngettext(3) -- message handling functions
    The gettext(), dgettext(), and dcgettext() functions attempt to retrieve a target string based on the specified msgid argument within the context of a specific domain and the current locale. The lengt...
 devname(3) -- get device name
    The devname() function returns a pointer to the name of the block or character device in ``/dev'' with a device number of dev, and a file type matching the one encoded in type which must be one of S...
 dgettext(3) -- message handling functions
    The gettext(), dgettext(), and dcgettext() functions attempt to retrieve a target string based on the specified msgid argument within the context of a specific domain and the current locale. The lengt...
 DH_generate_key(3) -- perform Diffie-Hellman key exchange
    DH_generate_key() performs the first step of a DiffieHellman key exchange by generating private and public DH values. By calling DH_compute_key(), these are combined with the other party's public val...
 DH_generate_parameters(3) -- generate and check
    DH_generate_parameters() generates Diffie-Hellman parameters that can be shared among a group of users, and returns them in a newly allocated DH structure. The pseudo-random number generator must be s...
 DH_get_ex_new_index(3) -- add application specific data to DH structures
    These functions handle application specific data in DH structures. Their usage is identical to that of RSA_get_ex_new_index(), RSA_set_ex_data() and RSA_get_ex_data() as described in RSA_get_ex_new_in...
 DH_new(3) -- allocate and free DH objects
    DH_new() allocates and initializes a DH structure. DH_free() frees the DH structure and its components. The values are erased before the memory is returned to the system.
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  31  32  33  34  35  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service