|
bit_nclear(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... |
bit_nset(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... |
|
bit_set(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... |
bit_size(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... |
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... |