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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 BN_rand_range(3) -- generate pseudo-random number
    BN_rand() generates a cryptographically strong pseudo-random number of bits 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 is 0, i...
 BN_RECP_CTX_free(3) -- modular multiplication using reciprocal
    BN_mod_mul_reciprocal() can be used to perform an efficient BN_mod_mul(3) operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=1/m, which i...
 BN_RECP_CTX_init(3) -- modular multiplication using reciprocal
    BN_mod_mul_reciprocal() can be used to perform an efficient BN_mod_mul(3) operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=1/m, which i...
 BN_RECP_CTX_new(3) -- modular multiplication using reciprocal
    BN_mod_mul_reciprocal() can be used to perform an efficient BN_mod_mul(3) operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=1/m, which i...
 BN_RECP_CTX_set(3) -- modular multiplication using reciprocal
    BN_mod_mul_reciprocal() can be used to perform an efficient BN_mod_mul(3) operation when the operation will be performed repeatedly with the same modulus. It computes r=(a*b)%m using recp=1/m, which i...
 BN_rshift(3) -- bit operations on BIGNUMs
    BN_set_bit() sets bit n in a to 1 ("a|=(1<
 BN_rshift1(3) -- bit operations on BIGNUMs
    BN_set_bit() sets bit n in a to 1 ("a|=(1<
 BN_set_bit(3) -- bit operations on BIGNUMs
    BN_set_bit() sets bit n in a to 1 ("a|=(1<
 bn_set_high(3) -- BIGNUM library internal functions
    This page documents 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_set_low(3) -- BIGNUM library internal functions
    This page documents 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_set_max(3) -- BIGNUM library internal functions
    This page documents 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_set_word(3) -- BIGNUM assignment operations
    BN_zero(), BN_one() and BN_set_word() set a to the values 0, 1 and w respectively. BN_zero() and BN_one() are macros. BN_value_one() returns a BIGNUM constant of value 1. This constant is useful for u...
 BN_sqr(3) -- arithmetic operations on BIGNUMs
    BN_add() adds a and b and places the result in r ("r=a+b"). r may be the same BIGNUM as a or b. BN_sub() subtracts b from a and places the result in r ("r=a-b"). BN_mul() multiplies a and b and pl...
 bn_sqr_comba4(3) -- BIGNUM library internal functions
    This page documents 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_sqr_comba8(3) -- BIGNUM library internal functions
    This page documents 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...
<<  [Prev]  47  48  49  50  51  52  53  54  55  56  57  58  59  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service