Searched refs:BN_get_word (Results 1 – 10 of 10) sorted by relevance
5 BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment18 unsigned BN_ULONG BN_get_word(BIGNUM *a);31 BN_get_word() returns B<a>, if it can be represented as a B<BN_ULONG>.35 BN_get_word() returns the value B<a>, or all-bits-set if B<a> cannot45 with the error condition returned by BN_get_word() which uses that
510 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime()550 if (maxdelta > BN_MASK2 - BN_get_word(add)) in probable_prime_dh()551 maxdelta = BN_MASK2 - BN_get_word(add); in probable_prime_dh()572 || BN_get_word(rnd) < (safe ? 5u : 3u)) { in probable_prime_dh()589 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime_dh()594 delta += BN_get_word(add); in probable_prime_dh()
410 BN_ULONG BN_get_word(const BIGNUM *a) in BN_get_word() function
119 size_t counter = (size_t)BN_get_word(dhx->vparams->counter); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
270 bitst = BN_get_word(r2); in rsa_multiprime_keygen()
116 || !TEST_ulong_le(word = BN_get_word(ret), INT_MAX)) in getint()1277 b_word = BN_get_word(b); in file_sum()1529 b_word = BN_get_word(b); in file_quotient()1531 BN_ULONG remainder_word = BN_get_word(remainder); in file_quotient()2139 || !TEST_uint_lt(v = (unsigned int)BN_get_word(val), range)) in test_rand_range_single()
272 BN_ULONG BN_get_word(const BIGNUM *a);
296 BN_ULONG BN_get_word(const BIGNUM *a);
1026 uint64_t exponent_word = static_cast<uint64_t>(BN_get_word(e)); in GetExponentString()
1016 BN_get_word 1044 3_0_0 EXIST::FUNCTION: