skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: CRYPTO Application Programming Interface (API)... CRYPTO Application Programming Interface (API)...
go to previous page: BN_set_bit BN_set_bit
go to next page: BN_zeroBN_zero
end of book navigation links


BN_swap
Description
History
 

NAME

BN_swap - exchange BIGNUMs

Synopsis  

#include <openssl/bn.h>
void BN_swap(BIGNUM *a, BIGNUM *b);


return to top DESCRIPTION  

BN_swap() exchanges the values of a and b.

bn(3)


return to top HISTORY  

BN_swap was added in OpenSSL 0.9.7.
go to previous page: BN_set_bit BN_set_bit
go to next page: BN_zeroBN_zero