summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/rsa/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/rsa/internal.h')
-rw-r--r--src/crypto/fipsmodule/rsa/internal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/crypto/fipsmodule/rsa/internal.h b/src/crypto/fipsmodule/rsa/internal.h
index 0f0c763f..f9130580 100644
--- a/src/crypto/fipsmodule/rsa/internal.h
+++ b/src/crypto/fipsmodule/rsa/internal.h
@@ -114,15 +114,10 @@ int RSA_private_transform(RSA *rsa, uint8_t *out, const uint8_t *in,
size_t len);
-// The following utility functions are exported for test purposes.
-
+// This constant is exported for test purposes.
extern const BN_ULONG kBoringSSLRSASqrtTwo[];
extern const size_t kBoringSSLRSASqrtTwoLen;
-// rsa_greater_than_pow2 returns one if |b| is greater than 2^|n| and zero
-// otherwise.
-int rsa_greater_than_pow2(const BIGNUM *b, int n);
-
#if defined(__cplusplus)
} // extern C