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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 BN_num_bits_word(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.
 BN_num_bytes(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.
 BN_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_print(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_print(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_print_fp(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_pseudo_rand(3) -- Generate pseudo-random number
    The BN_rand() function generates a cryptographically strong pseudo-random number of bits in length and stores it in rnd. If top is -1, the most significant bit of the random number can be zero. If top...
 BN_rand(3) -- Generate pseudo-random number
    The BN_rand() function generates a cryptographically strong pseudo-random number of bits in length and stores it in rnd. If top is -1, the most significant bit of the random number can be zero. If top...
 BN_RECP_CTX_free(3) -- Modular multiplication using reciprocal
    The BN_mod_mul_reciprocal() function can be used to perform an efficient BN_mod_mul() operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=...
 BN_RECP_CTX_init(3) -- Modular multiplication using reciprocal
    The BN_mod_mul_reciprocal() function can be used to perform an efficient BN_mod_mul() operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=...
 BN_RECP_CTX_new(3) -- Modular multiplication using reciprocal
    The BN_mod_mul_reciprocal() function can be used to perform an efficient BN_mod_mul() operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=...
 BN_RECP_CTX_set(3) -- Modular multiplication using reciprocal
    The BN_mod_mul_reciprocal() function can be used to perform an efficient BN_mod_mul() operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=...
 BN_rshift(3) -- Bit operations on BIGNUMs
    The BN_set_bit() function sets bit n in a to 1 (a|=(1<
 BN_rshift1(3) -- Bit operations on BIGNUMs
    The BN_set_bit() function sets bit n in a to 1 (a|=(1<
 BN_set_bit(3) -- Bit operations on BIGNUMs
    The BN_set_bit() function sets bit n in a to 1 (a|=(1<
<<  [Prev]  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  101  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service