Searched refs:BN_mod_word (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | BN_add_word.pod | 5 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 D | bn_prime.c | 306 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 D | bn_word.c | 13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() function
|
/openssl/include/openssl/ |
H A D | bn.h | 296 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
|
/openssl/test/ |
H A D | bntest.c | 1577 ret_word = BN_mod_word(a, b_word); in file_quotient()
|
/openssl/util/ |
H A D | libcrypto.num | 3530 BN_mod_word 3610 3_0_0 EXIST::FUNCTION:
|
Completed in 43 milliseconds