Searched refs:BN_swap (Results 1 – 8 of 8) sorted by relevance
5 BN_swap - exchange BIGNUMs11 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.
220 void BN_swap(BIGNUM *a, BIGNUM *b);
242 void BN_swap(BIGNUM *a, BIGNUM *b);
365 void BN_swap(BIGNUM *a, BIGNUM *b) in BN_swap() function
166 BN_swap(a, b); in test_swap()188 BN_swap(a, b); in test_swap()
758 DEPEND[html/man3/BN_swap.html]=man3/BN_swap.pod759 GENERATE[html/man3/BN_swap.html]=man3/BN_swap.pod760 DEPEND[man/man3/BN_swap.3]=man3/BN_swap.pod761 GENERATE[man/man3/BN_swap.3]=man3/BN_swap.pod2927 html/man3/BN_swap.html \3523 man/man3/BN_swap.3 \
2802 BN_swap 2866 3_0_0 EXIST::FUNCTION:
14089 * New function BN_swap.