summaryrefslogtreecommitdiffstats
path: root/include/crypto/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/bn.h')
-rw-r--r--include/crypto/bn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/bn.h b/include/crypto/bn.h
index 00544d9d25..a080a3b462 100644
--- a/include/crypto/bn.h
+++ b/include/crypto/bn.h
@@ -87,6 +87,8 @@ int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
const BIGNUM *d, BN_CTX *ctx);
+int ossl_bn_mask_bits_fixed_top(BIGNUM *a, int n);
+int ossl_bn_is_word_fixed_top(const BIGNUM *a, BN_ULONG w);
#define BN_PRIMETEST_COMPOSITE 0
#define BN_PRIMETEST_COMPOSITE_WITH_FACTOR 1