Home
last modified time | relevance | path

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 Dtest.c215 …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 Dprime_gen.c187 bi_div(u, n_1, _2_power_t); in is_miller_rabin_witness()
H A Dkeypair_generator.c278 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 Dbi.h322 bi_ptr bi_div( bi_ptr result, const bi_ptr i, const bi_ptr n);
H A Dbi_gmp.h151 INLINE_DECL bi_ptr bi_div( bi_ptr result, const bi_ptr i, const bi_ptr n) { in bi_div() function
H A Dbi_openssl.h124 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 Dverifier_transaction.c110 bi_div( exponent, exponent, rho); in project_into_group_gamma()