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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 DSA_sign_setup(3) -- Digital Signature Algorithm
    These functions implement the Digital Signature Algorithm (DSA). The generation of shared DSA parameters is described in DSA_generate_parameters(3); DSA_generate_key(3) describes how to generate a sig...
 DSA_SIG_free(3) -- Digital Signature Algorithm
    These functions implement the Digital Signature Algorithm (DSA). The generation of shared DSA parameters is described in DSA_generate_parameters(3); DSA_generate_key(3) describes how to generate a 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.
 DSA_verify(3) -- Digital Signature Algorithm
    These functions implement the Digital Signature Algorithm (DSA). The generation of shared DSA parameters is described in DSA_generate_parameters(3); DSA_generate_key(3) describes how to generate a sig...
 dupwin(3) -- create curses windows
    Calling newwin creates and returns a pointer to a new window with the given number of lines and columns. The upper left-hand corner of the window is at line begin_y, column begin_x. If either nlines o...
 dup_field(3) -- create and destroy form fields
    The function new_field allocates a new field and initializes it from the parameters given: height, width, row of upper-left corner, column of upper-left corner, number off-screen rows, and number of a...
 dynamic_field_info(3) -- retrieve field characteristics
    The function field_info returns the sizes and other attributes passed in to the field at its creation time. The attributes are: height, width, row of upper-left corner, column of upper-left corner, nu...
 echo(3) -- curses input options
    Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro...
 echochar(3) -- add a character (with attributes) to a curses window, then advance the cursor
    The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to putchar in stdio(3). If the ad...
 ecvt(3) -- convert double to ASCII string
    These functions are provided for compatibility with legacy code. New code should use the snprintf(3) function for improved safety and porta- bility. The ecvt(), fcvt() and gcvt() functions convert the...
 edata(3) -- end boundaries of image segments
    The global variables end, etext, and edata correspond to the next address following the end of the text segment, the end of initialized data segment, and the end of the data segment (BSS).
 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 libcurses library). Pro...
 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 libcurses library). Pro...
 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 libcurses library). Pro...
<<  [Prev]  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  57  58  59  60  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service