Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/usr.bin/moduli/qsafe/
H A Dqsafe.c222 if (BN_mod_word(p, 24UL) == 11) in main()
224 else if (BN_mod_word(p, 12UL) == 5) in main()
227 BN_ULONG r = BN_mod_word(p, 10UL); in main()
/netbsd-src/games/factor/
H A Dfactor.c110 #define BN_mod_word(a, b) (*(a) % (b)) macro
231 if (BN_mod_word(val, (BN_ULONG)*fact) == 0) in pr_fact()
263 } while (BN_mod_word(val, (BN_ULONG)*fact) == 0); in pr_fact()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_prime.c174 BN_ULONG mod = BN_mod_word(a, primes[i]); in BN_is_prime_fasttest_ex()
286 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime()
362 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
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_prime.c297 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int()
494 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime()
579 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
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmoduli.c191 r = BN_mod_word(largebase, s32); in sieve_large()
716 if (BN_mod_word(p, 24) == 11) in prime_test()
719 u_int32_t r = BN_mod_word(p, 10); in prime_test()
/netbsd-src/usr.bin/moduli/qsieve/
H A Dqsieve.c151 r = BN_mod_word(largebase, (BN_ULONG) s); in sieve_large()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbn.h266 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbn.h290 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map541 BN_mod_word;
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbntest.c1558 ret_word = BN_mod_word(a, b_word); in file_quotient()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbntest.c1554 ret_word = BN_mod_word(a, b_word); in file_quotient()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num3655 BN_mod_word 3610 1_1_0 EXIST::FUNCTION: