Searched refs:bi_div (Results 1 – 7 of 7) sorted by relevance
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/test/ |
H A D | test.c | 215 …printf(" 1024 / 500 = %s\n", bi_2_dec_char( bi_div( bi_tmp, bi_set_as_si( bi_tmp1, 1024), bi_set… in main() 217 printf(" (1 << 10) >> 5 = [* (2^10) / (2^5) *] -> %s\n", bi_2_dec_char( bi_div( bi_tmp1, in main() 222 bi_div( bi_tmp2, in main()
|
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
H A D | prime_gen.c | 187 bi_div(u, n_1, _2_power_t); in is_miller_rabin_witness()
|
H A D | keypair_generator.c | 278 if (bi_equals(bi_div(bi_tmp, bi_sub_si(bi_tmp1, capital_gamma, 1), rho), r ) == 0) { in generate_key_pair()
|
/netbsd/crypto/external/cpl/trousers/dist/src/include/daa/ |
H A D | bi.h | 322 bi_ptr bi_div( bi_ptr result, const bi_ptr i, const bi_ptr n);
|
H A D | bi_gmp.h | 151 INLINE_DECL bi_ptr bi_div( bi_ptr result, const bi_ptr i, const bi_ptr n) { in bi_div() function
|
H A D | bi_openssl.h | 124 INLINE_DECL bi_ptr bi_div( bi_ptr result, const bi_ptr i, const bi_ptr n) { in bi_div() function
|
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/ |
H A D | verifier_transaction.c | 110 bi_div( exponent, exponent, rho); in project_into_group_gamma()
|