Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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.
/third_party/openssl/include/openssl/
Dbn.h220 void BN_swap(BIGNUM *a, BIGNUM *b);
/third_party/openssl/crypto/bn/
Dbn_lib.c364 void BN_swap(BIGNUM *a, BIGNUM *b) in BN_swap() function
/third_party/openssl/test/
Dbntest.c170 BN_swap(a, b); in test_swap()
192 BN_swap(a, b); in test_swap()
/third_party/openssl/util/
Dlibcrypto.num2908 BN_swap 2866 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES9164 *) New function BN_swap.