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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 BN_mpi2bn(3) -- Format conversions
    The BN_bn2bin() function converts the absolute value of a into big-endian form and stores it at to. The to value must point to BN_num_bytes(a) bytes of memory. The BN_bin2bn() function converts the po...
 BN_mul(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_mul_add_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_mul_comba4(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_mul_comba8(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_mul_high(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_mul_low_normal(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_mul_low_recursive(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_mul_normal(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_mul_part_recursive(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_mul_recursive(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_mul_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_mul_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_new(3) -- Allocate and free BIGNUMs
    The BN_new() function allocates and initializes a BIGNUM structure. The BN_init() function initializes an existing uninitialized BIGNUM. The BN_clear() function is used to destroy sensitive data such ...
 BN_num_bits(3) -- Get BIGNUM size
    These functions return the size of a BIGNUM in bytes or bits, and the size of an unsigned integer in bits. BN_num_bytes() is a macro.
<<  [Prev]  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  
81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service