Searched refs:equalBN (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 126 static int equalBN(const char *op, const BIGNUM *expected, const BIGNUM *actual) in equalBN() function 167 if (!equalBN("swap", a, d) in test_swap() 168 || !equalBN("swap", b, c)) in test_swap() 174 if (!equalBN("cswap true", a, c) in test_swap() 175 || !equalBN("cswap true", b, d)) in test_swap() 181 if (!equalBN("cswap false", a, c) in test_swap() 182 || !equalBN("cswap false", b, d)) in test_swap() 189 if (!equalBN("swap, flags", a, d) in test_swap() 190 || !equalBN("swap, flags", b, c) in test_swap() 197 if (!equalBN("cswap true, flags", a, c) in test_swap() [all …]
|