Home
last modified time | relevance | path

Searched refs:BN_get_word (Results 1 – 10 of 10) 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.c510 && 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()
Dbn_lib.c410 BN_ULONG BN_get_word(const BIGNUM *a) in BN_get_word() function
/third_party/openssl/crypto/dh/
Ddh_asn1.c119 size_t counter = (size_t)BN_get_word(dhx->vparams->counter); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
/third_party/openssl/crypto/rsa/
Drsa_gen.c270 bitst = BN_get_word(r2); in rsa_multiprime_keygen()
/third_party/openssl/test/
Dbntest.c116 || !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()
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h272 BN_ULONG BN_get_word(const BIGNUM *a);
/third_party/openssl/include/openssl/
Dbn.h296 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/openssl/util/
Dlibcrypto.num1016 BN_get_word 1044 3_0_0 EXIST::FUNCTION: