|
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... |