Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

BN_swap (3openssl)

Name

BN_swap - exchange BIGNUMs

Synopsis

#include <openssl/bn.h>

void BN_swap(BIGNUM *a, BIGNUM *b);

Description

BN_swap(3openssl)                   OpenSSL                  BN_swap(3openssl)



NAME
       BN_swap - exchange BIGNUMs

SYNOPSIS
        #include <openssl/bn.h>

        void BN_swap(BIGNUM *a, BIGNUM *b);

DESCRIPTION
       BN_swap() exchanges the values of a and b.

       bn(3)

HISTORY
       BN_swap was added in OpenSSL 0.9.7.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------+
       |ATTRIBUTE TYPE |     ATTRIBUTE VALUE      |
       +---------------+--------------------------+
       |Availability   | library/security/openssl |
       +---------------+--------------------------+
       |Stability      | Pass-through uncommitted |
       +---------------+--------------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://www.openssl.org/source/openssl-1.0.2ze.tar.gz.

       Further information about this software can be found on the open source
       community website at https://www.openssl.org/.



1.0.2ze                           2022-05-03                 BN_swap(3openssl)