Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.c519 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime()
559 if (maxdelta > BN_MASK2 - BN_get_word(add)) in probable_prime_dh()
560 maxdelta = BN_MASK2 - BN_get_word(add); in probable_prime_dh()
581 || BN_get_word(rnd) < (safe ? 5u : 3u)) { in probable_prime_dh()
598 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime_dh()
603 delta += BN_get_word(add); in probable_prime_dh()
H A Dbn_lib.c408 BN_ULONG BN_get_word(const BIGNUM *a) in BN_get_word() function
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_asn1.c119 size_t counter = (size_t)BN_get_word(dhx->vparams->counter); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
/freebsd/crypto/openssl/test/
H A Dbntest.c120 || !TEST_ulong_le(word = BN_get_word(ret), INT_MAX)) in getint()
1304 b_word = BN_get_word(b); in file_sum()
1556 b_word = BN_get_word(b); in file_quotient()
1558 BN_ULONG remainder_word = BN_get_word(remainder); in file_quotient()
2365 || !TEST_uint_lt(v = (unsigned int)BN_get_word(val), range)) in test_rand_range_single()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_gen.c471 bitst = BN_get_word(r2); in rsa_multiprime_keygen()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h302 BN_ULONG BN_get_word(const BIGNUM *a);
/freebsd/secure/lib/libcrypto/
H A DVersion.map505 BN_get_word;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1088 MLINKS+= BN_zero.3 BN_get_word.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1016 BN_get_word 1044 3_0_0 EXIST::FUNCTION: