| /src/crypto/external/apache2/openssl/dist/test/ |
| bntest.c | 1748 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; local 1753 || !TEST_ptr(mod_sqrt = getBN(s, "ModSqrt")) 1758 if (BN_is_negative(mod_sqrt)) { 1773 if (BN_cmp(ret2, mod_sqrt) != 0 1774 && !equalBN("sqrt(A) (mod P)", mod_sqrt, ret)) 1781 BN_free(mod_sqrt);
|
| bntest.c | 1748 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; local 1753 || !TEST_ptr(mod_sqrt = getBN(s, "ModSqrt")) 1758 if (BN_is_negative(mod_sqrt)) { 1773 if (BN_cmp(ret2, mod_sqrt) != 0 1774 && !equalBN("sqrt(A) (mod P)", mod_sqrt, ret)) 1781 BN_free(mod_sqrt);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bntest.c | 1726 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; local 1731 || !TEST_ptr(mod_sqrt = getBN(s, "ModSqrt")) 1736 if (BN_is_negative(mod_sqrt)) { 1751 if (BN_cmp(ret2, mod_sqrt) != 0 1752 && !equalBN("sqrt(A) (mod P)", mod_sqrt, ret)) 1759 BN_free(mod_sqrt);
|
| bntest.c | 1726 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; local 1731 || !TEST_ptr(mod_sqrt = getBN(s, "ModSqrt")) 1736 if (BN_is_negative(mod_sqrt)) { 1751 if (BN_cmp(ret2, mod_sqrt) != 0 1752 && !equalBN("sqrt(A) (mod P)", mod_sqrt, ret)) 1759 BN_free(mod_sqrt);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| bntest.c | 1722 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; local 1727 || !TEST_ptr(mod_sqrt = getBN(s, "ModSqrt")) 1732 if (BN_is_negative(mod_sqrt)) { 1747 if (BN_cmp(ret2, mod_sqrt) != 0 1748 && !equalBN("sqrt(A) (mod P)", mod_sqrt, ret)) 1755 BN_free(mod_sqrt);
|
| bntest.c | 1722 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; local 1727 || !TEST_ptr(mod_sqrt = getBN(s, "ModSqrt")) 1732 if (BN_is_negative(mod_sqrt)) { 1747 if (BN_cmp(ret2, mod_sqrt) != 0 1748 && !equalBN("sqrt(A) (mod P)", mod_sqrt, ret)) 1755 BN_free(mod_sqrt);
|