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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 BN_sub(3) -- Arithmetic operations on BIGNUMs
    The BN_add() function adds a and b and places the result in r (r=a+b). The r value can be the same BIGNUM as a or b. The BN_sub() function subtracts b from a and places the result in r (r=a-b). The BN...
 BN_sub_word(3) -- Arithmetic functions on BIGNUMs with integers
    These functions perform arithmetic operations on BIGNUMs with unsigned integers. They are much more efficient than the normal BIGNUM arithmetic operations. The BN_add_word() function adds w to a (a+=w...
 bn_sub_words(3) -- BIGNUM library internal functions
    This page describes the internal functions used by the OpenSSL BIGNUM implementation. They are described here to facilitate debugging and extending the library. They are not to be used by applications...
 BN_to_montgomery(3) -- Montgomery multiplication
    These functions implement Montgomery multiplication. They are used automatically when BN_mod_exp() is called with suitable input, but they may be useful when several operations are performed using the...
 BN_ucmp(3) -- BIGNUM comparison and test functions
    The BN_cmp() function compares the numbers a and b. The BN_ucmp() function compares their absolute values. The BN_is_zero(), BN_is_one(), and BN_is_word() test if a equals 0, 1, or w respectively. The...
 BN_value_one(3) -- BIGNUM assignment operations
    The BN_zero(), BN_one(), and BN_set_word() functions set a to the values 0, 1 and w respectively. BN_zero() and BN_one() are macros. The BN_value_one() function returns a BIGNUM constant of value 1. T...
 bn_wexpand(3) -- BIGNUM library internal functions
    This page describes the internal functions used by the OpenSSL BIGNUM implementation. They are described here to facilitate debugging and extending the library. They are not to be used by applications...
 BN_zero(3) -- BIGNUM assignment operations
    The BN_zero(), BN_one(), and BN_set_word() functions set a to the values 0, 1 and w respectively. BN_zero() and BN_one() are macros. The BN_value_one() function returns a BIGNUM constant of value 1. T...
 border(3) -- Create Curses borders, and horizontal and vertical lines
    The border, wborder, and box routines draw a border around the edges of the window. Each of the following arguments contains both a character and attributes for a particular part of the border: Left s...
 border_set(3) -- Draw borders or lines by using complex characters and renditions
    The border_set and wborder_set functions draw a border around the edges of the current or specified window. These functions do not advance the cursor position, do not perform special character process...
 box(3) -- Create Curses borders, and horizontal and vertical lines
    The border, wborder, and box routines draw a border around the edges of the window. Each of the following arguments contains both a character and attributes for a particular part of the border: Left s...
 box_set(3) -- Draw borders or lines by using complex characters and renditions
    The border_set and wborder_set functions draw a border around the edges of the current or specified window. These functions do not advance the cursor position, do not perform special character process...
 bsearch(3) -- Performs a binary search
    The bsearch() function does a binary search and returns a pointer in an array that indicates where an object is found. The compar comparison function is called with two parameters that point to object...
 btowc(3) -- Convert a single byte from multibyte-character to
    The btowc() function determines if a single-byte value constitutes a valid character in the initial shift state from a multibyte codeset. If so, the function returns the corresponding wide-character v...
 btree(3) -- btree database access method
    The routine dbopen() is the library interface to database files. One of the supported file formats is btree files. The general description of the database access methods is in dbopen(3), this referenc...
<<  [Prev]  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  36  37  38  39  40  41  42  43  44  45  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service