Home
last modified time | relevance | path

Searched refs:BN_get_word (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DBN_zero.pod5 BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
18 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> cannot
45 with the error condition returned by BN_get_word() which uses that
/third_party/openssl/crypto/bn/
Dbn_prime.c302 && 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()
Dbn_lib.c409 BN_ULONG BN_get_word(const BIGNUM *a) in BN_get_word() function
/third_party/openssl/crypto/dh/
Ddh_rfc7919.c51 if (BN_get_word(dh->g) != 2) in DH_get_nid()
/third_party/openssl/crypto/rsa/
Drsa_gen.c242 bitst = BN_get_word(r2); in rsa_builtin_keygen()
/third_party/openssl/test/
Ddhtest.c124 TEST_uint_eq(BN_get_word(pub_key2), 3331L); in dh_test()
Dbntest.c120 || !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()
/third_party/openssl/include/openssl/
Dbn.h272 BN_ULONG BN_get_word(const BIGNUM *a);
/third_party/node/src/
Dnode_crypto_common.cc1026 uint64_t exponent_word = static_cast<uint64_t>(BN_get_word(e)); in GetExponentString()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h918 #define BN_get_word BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_get_word) macro
/third_party/openssl/util/
Dlibcrypto.num1050 BN_get_word 1044 1_1_0 EXIST::FUNCTION: