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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 DSA_do_sign(3) -- raw DSA signature operations
    DSA_do_sign() computes a digital signature on the len byte message digest dgst using the private key dsa and returns it in a newly allocated DSA_SIG structure. DSA_sign_setup(3) may be used to precomp...
 DSA_dup_DH(3) -- create a DH structure out of DSA structure
    DSA_dup_DH() duplicates DSA parameters/keys as DH parameters/keys. q is lost during that conversion, but the resulting DH parameters contain its length.
 DSA_generate_key(3) -- generate DSA key pair
    DSA_generate_key() expects a to contain DSA parameters. It generates a new key pair and stores it in a->pub_key and a->priv_key. The PRNG must be seeded prior to calling DSA_gener- ate_key().
 DSA_generate_parameters(3) -- generate DSA parameters
    DSA_generate_parameters() generates primes p and q and a generator g for use in the DSA. bits is the length of the prime to be generated; the DSS allows a maximum of 1024 bits. If seed is NULL or seed...
 DSA_get_ex_new_index(3) -- add application specific data to DSA structures
    These functions handle application specific data in DSA 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_i...
 DSA_new(3) -- allocate and free DSA objects
    DSA_new() allocates and initializes a DSA structure. DSA_free() frees the DSA structure and its components. The values are erased before the memory is returned to the system.
 DSA_set_method(3) -- select DSA method
    A DSA_METHOD specifies the functions that OpenSSL uses for DSA operations. By modifying the method, alternative implementations such as hardware accelerators may be used. Initially, the default is to ...
 DSA_sign(3) -- DSA signatures
    DSA_sign() computes a digital signature on the len byte message digest dgst using the private key dsa and places its ASN.1 DER encoding at sigret. The length of the signature is places in *siglen. sig...
 DSA_SIG_new(3) -- allocate and free DSA signature objects
    DSA_SIG_new() allocates and initializes a DSA_SIG structure. DSA_SIG_free() frees the DSA_SIG structure and its components. The values are erased before the memory is returned to the system.
 DSA_size(3) -- get DSA signature size
    This function returns the size of an ASN.1 encoded DSA signature in bytes. It can be used to determine how much memory must be allocated for a DSA signature. dsa->q must not be NULL.
 edata(3) -- end boundaries of image segments
    The globals end, etext and edata are program segment end addresses. etext is the first address after the end of the text segment. edata is the first address after the end of the initialized data segme...
 editline(3) -- line editor and history functions
    The editline library provides generic line editing and history functions, similar to those found in sh(1). These functions are available in the libedit library (which needs the libtermcap library). Pr...
 el_deletestr(3) -- line editor and history functions
    The editline library provides generic line editing and history functions, similar to those found in sh(1). These functions are available in the libedit library (which needs the libtermcap library). Pr...
 el_end(3) -- line editor and history functions
    The editline library provides generic line editing and history functions, similar to those found in sh(1). These functions are available in the libedit library (which needs the libtermcap library). Pr...
 el_get(3) -- line editor and history functions
    The editline library provides generic line editing and history functions, similar to those found in sh(1). These functions are available in the libedit library (which needs the libtermcap library). Pr...
<<  [Prev]  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  
37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service