Home
last modified time | relevance | path

Searched refs:BN_swap (Results 1 – 8 of 8) 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/ohos_lite/include/openssl/
Dbn.h220 void BN_swap(BIGNUM *a, BIGNUM *b);
/third_party/openssl/include/openssl/
Dbn.h242 void BN_swap(BIGNUM *a, BIGNUM *b);
/third_party/openssl/crypto/bn/
Dbn_lib.c365 void BN_swap(BIGNUM *a, BIGNUM *b) in BN_swap() function
/third_party/openssl/test/
Dbntest.c166 BN_swap(a, b); in test_swap()
188 BN_swap(a, b); in test_swap()
/third_party/openssl/doc/
Dbuild.info758 DEPEND[html/man3/BN_swap.html]=man3/BN_swap.pod
759 GENERATE[html/man3/BN_swap.html]=man3/BN_swap.pod
760 DEPEND[man/man3/BN_swap.3]=man3/BN_swap.pod
761 GENERATE[man/man3/BN_swap.3]=man3/BN_swap.pod
2927 html/man3/BN_swap.html \
3523 man/man3/BN_swap.3 \
/third_party/openssl/util/
Dlibcrypto.num2802 BN_swap 2866 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md14089 * New function BN_swap.