|
bit_test(3) -- bit-string manipulation macros
|
These macros operate on strings of bits. The bit_alloc() macro returns a pointer of type bitstr_t * to sufficient space to store nbits bits, or NULL if no space is available. The bit_decl() macro allo... |
bkgd(3) -- curses window background manipulation routines
|
The bkgdset and wbkgdset routines manipulate the background of the named window. The window background is a chtype consisting of any combination of attributes (i.e., rendition) and a character. The at... |
|
bkgdset(3) -- curses window background manipulation routines
|
The bkgdset and wbkgdset routines manipulate the background of the named window. The window background is a chtype consisting of any combination of attributes (i.e., rendition) and a character. The at... |
blf_cbc_decrypt(3) -- Blowfish encryption
|
Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. The block size is 64 bit and the maximum key size is 448 bit. The b... |
blf_cbc_encrypt(3) -- Blowfish encryption
|
Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. The block size is 64 bit and the maximum key size is 448 bit. The b... |
blf_dec(3) -- Blowfish encryption
|
Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. The block size is 64 bit and the maximum key size is 448 bit. The b... |
blf_ecb_decrypt(3) -- Blowfish encryption
|
Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. The block size is 64 bit and the maximum key size is 448 bit. The b... |
blf_ecb_encrypt(3) -- Blowfish encryption
|
Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. The block size is 64 bit and the maximum key size is 448 bit. The b... |
blf_enc(3) -- Blowfish encryption
|
Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. The block size is 64 bit and the maximum key size is 448 bit. The b... |
blf_key(3) -- Blowfish encryption
|
Blowfish is a fast unpatented block cipher designed by Bruce Schneier. It basically consists of a 16 times iterated Feistel network. The block size is 64 bit and the maximum key size is 448 bit. The b... |
blowfish(3) -- Blowfish encryption
|
This library implements the Blowfish cipher, which was invented and described by Counterpane (see http://www.counterpane.com/blowfish.html ). Blowfish is a block cipher that operates on 64 bit (8 byte... |
bm(3) -- Boyer-Moore string search
|
These routines implement an efficient mechanism to find an occurrence of a byte string within another byte string. bm_comp() evaluates patlen bytes starting at pattern and returns a pointer to a struc... |
bm_comp(3) -- Boyer-Moore string search
|
These routines implement an efficient mechanism to find an occurrence of a byte string within another byte string. bm_comp() evaluates patlen bytes starting at pattern and returns a pointer to a struc... |
bm_exec(3) -- Boyer-Moore string search
|
These routines implement an efficient mechanism to find an occurrence of a byte string within another byte string. bm_comp() evaluates patlen bytes starting at pattern and returns a pointer to a struc... |
bm_free(3) -- Boyer-Moore string search
|
These routines implement an efficient mechanism to find an occurrence of a byte string within another byte string. bm_comp() evaluates patlen bytes starting at pattern and returns a pointer to a struc... |