Searched refs:BN_mod_word (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
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-master/crypto/bn/ |
A D | bn_prime.c | 297 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int() 493 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime() 578 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime_dh()
|
A D | bn_word.c | 13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() function
|
/openssl-master/include/openssl/ |
A D | bn.h | 290 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
|
/openssl-master/test/ |
A D | bntest.c | 1513 ret_word = BN_mod_word(a, b_word); in file_quotient()
|
/openssl-master/util/ |
A D | libcrypto.num | 3530 BN_mod_word 3610 3_0_0 EXIST::FUNCTION:
|
Completed in 36 milliseconds