Home
last modified time | relevance | path

Searched refs:BN_swap (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DBN_swap.pod5 BN_swap - exchange BIGNUMs
11 void BN_swap(BIGNUM *a, BIGNUM *b);
15 BN_swap() exchanges the values of I<a> and I<b>.
19 BN_swap() does not return a value.
/openssl/include/openssl/
H A Dbn.h242 void BN_swap(BIGNUM *a, BIGNUM *b);
/openssl/crypto/bn/
H A Dbn_lib.c361 void BN_swap(BIGNUM *a, BIGNUM *b) in BN_swap() function
/openssl/test/
H A Dbntest.c170 BN_swap(a, b); in test_swap()
176 BN_swap(a, a); in test_swap()
207 BN_swap(a, b); in test_swap()
/openssl/doc/
H A Dbuild.info774 DEPEND[html/man3/BN_swap.html]=man3/BN_swap.pod
775 GENERATE[html/man3/BN_swap.html]=man3/BN_swap.pod
776 DEPEND[man/man3/BN_swap.3]=man3/BN_swap.pod
777 GENERATE[man/man3/BN_swap.3]=man3/BN_swap.pod
3179 html/man3/BN_swap.html \
3837 man/man3/BN_swap.3 \
/openssl/util/
H A Dlibcrypto.num2802 BN_swap 2866 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md15274 * New function BN_swap.

Completed in 148 milliseconds