Searched refs:BN_get_word (Results 1 – 11 of 11) 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
302 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime()333 if (maxdelta > BN_MASK2 - BN_get_word(add)) in probable_prime_dh()334 maxdelta = BN_MASK2 - BN_get_word(add); in probable_prime_dh()355 || BN_get_word(rnd) < (safe ? 5u : 3u)) { in probable_prime_dh()372 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime_dh()377 delta += BN_get_word(add); in probable_prime_dh()
409 BN_ULONG BN_get_word(const BIGNUM *a) in BN_get_word() function
51 if (BN_get_word(dh->g) != 2) in DH_get_nid()
242 bitst = BN_get_word(r2); in rsa_builtin_keygen()
124 TEST_uint_eq(BN_get_word(pub_key2), 3331L); in dh_test()
120 || !TEST_ulong_le(word = BN_get_word(ret), INT_MAX)) in getint()1281 b_word = BN_get_word(b); in file_sum()1533 b_word = BN_get_word(b); in file_quotient()1535 BN_ULONG remainder_word = BN_get_word(remainder); in file_quotient()
272 BN_ULONG BN_get_word(const BIGNUM *a);
1026 uint64_t exponent_word = static_cast<uint64_t>(BN_get_word(e)); in GetExponentString()
918 #define BN_get_word BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_get_word) macro
1050 BN_get_word 1044 1_1_0 EXIST::FUNCTION: