Home
last modified time | relevance | path

Searched refs:BN_mod_word (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DBN_add_word.pod5 BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic
20 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
36 BN_mod_word() returns the remainder of B<a> divided by B<w> (C<a%w>).
38 For BN_div_word() and BN_mod_word(), B<w> must not be 0.
45 BN_mod_word() and BN_div_word() return B<a>%B<w> on success and
/openssl/crypto/bn/
H A Dbn_prime.c306 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int()
503 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime()
588 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime_dh()
H A Dbn_word.c13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() function
/openssl/include/openssl/
H A Dbn.h296 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
/openssl/test/
H A Dbntest.c1577 ret_word = BN_mod_word(a, b_word); in file_quotient()
/openssl/util/
H A Dlibcrypto.num3530 BN_mod_word 3610 3_0_0 EXIST::FUNCTION:

Completed in 43 milliseconds