Searched refs:BN_mask_bits (Results 1 – 5 of 5) sorted by relevance
278 int BN_mask_bits(BIGNUM *a, int n) { in BN_mask_bits() function
495 OPENSSL_EXPORT int BN_mask_bits(BIGNUM *a, int n);
293 if (!BN_mask_bits(W, bits - 1) || in DSA_generate_parameters_ex()
1792 BN_mask_bits(bnX, f); // This is mod 2*2^f but it doesn't matter because in avf1()1942 BN_mask_bits(bnX, w); // as wiht avf1, this is too big by a factor of 2 but in avfSm2()
35166 1661 BN_mask_bits(bnX, f); // This is mod 2*2^f but it doesn't matter because35351 1804 BN_mask_bits(bnX, w); // as wiht avf1, this is too big by a factor of 2 but