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

  man pages->Tru64 Unix man pages -> BN_copy (3)              
Title
Content
Arch
Section
 

BN_copy(3)

Contents


NAME    [Toc]    [Back]

       BN_copy, BN_dup - Copy BIGNUMs

SYNOPSIS    [Toc]    [Back]

       #include <openssl/bn.h>

       BIGNUM *BN_copy(
               BIGNUM *to, const BIGNUM *from ); BIGNUM *BN_dup(
               const BIGNUM *from );

DESCRIPTION    [Toc]    [Back]

       The  BN_copy()  function  copies  from to to. The BN_dup()
       function creates a new BIGNUM containing the value from.

RETURN VALUES    [Toc]    [Back]

       BN_copy() function returns to on success, NULL  on  error.
       The  BN_dup() function returns the new BIGNUM, and NULL on
       error. The error  codes  can  be  obtained  by  using  the
       ERR_get_error() function.

HISTORY    [Toc]    [Back]

       The  BN_copy() and BN_dup() functions are available in all
       versions of SSLeay and OpenSSL.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: bn(3), err(3)



                                                       BN_copy(3)
[ Back ]
 Similar pages
Name OS Title
scp OpenBSD secure copy (remote file copy program)
scp FreeBSD secure copy (remote file copy program)
BN_mask_bits OpenBSD bit operations on BIGNUMs
BN_lshift1 OpenBSD bit operations on BIGNUMs
BN_rshift1 OpenBSD bit operations on BIGNUMs
BN_rshift OpenBSD bit operations on BIGNUMs
BN_set_bit OpenBSD bit operations on BIGNUMs
BN_swap OpenBSD exchange BIGNUMs
BN_set_bit NetBSD bit operations on BIGNUMs
BN_lshift OpenBSD bit operations on BIGNUMs
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service