Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dbntest.c130 static int equalBN(const char *op, const BIGNUM *expected, const BIGNUM *actual) in equalBN() function
171 if (!equalBN("swap", a, d) in test_swap()
172 || !equalBN("swap", b, c)) in test_swap()
177 if (!equalBN("swap with same pointer", a, d)) in test_swap()
183 if (!equalBN("cswap true", a, c) in test_swap()
184 || !equalBN("cswap true", b, d)) in test_swap()
189 if (!equalBN("cswap true", a, c)) in test_swap()
195 if (!equalBN("cswap false", a, c) in test_swap()
196 || !equalBN("cswap false", b, d)) in test_swap()
201 if (!equalBN("cswap false", a, c)) in test_swap()
[all …]