Searched refs:BN_mod_word (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.bin/factor/
H A Dfactor.c90 #define BN_mod_word(a, b) (*(a) % (b)) macro
189 if (BN_mod_word(val, (BN_ULONG)*fact) == 0)
217 } while (BN_mod_word(val, (BN_ULONG)*fact) == 0);
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_prime.c297 BN_ULONG mod = BN_mod_word(w, primes[i]);
494 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]);
579 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]);
H A Dbn_word.c13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) function
/freebsd-current/crypto/openssh/
H A Dmoduli.c194 r = BN_mod_word(largebase, s32);
719 if (BN_mod_word(p, 24) == 11)
722 u_int32_t r = BN_mod_word(p, 10);
/freebsd-current/usr.bin/dc/
H A Dinout.c247 BN_mod_word(n->number, 10) == 0) {
/freebsd-current/crypto/openssl/include/openssl/
H A Dbn.h290 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
/freebsd-current/crypto/openssl/test/
H A Dbntest.c1534 * Test with BN_mod_word() and BN_div_word() if the divisor is
1558 ret_word = BN_mod_word(a, b_word);
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile1043 MLINKS+= BN_add_word.3 BN_mod_word.3

Completed in 120 milliseconds