Home
last modified time | relevance | path

Searched refs:BN_mod (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dssh-rsa.c380 (BN_mod(*rsa_dmq1, d_consttime, aux, ctx) == 0) || in ssh_rsa_complete_crt_parameters()
382 (BN_mod(*rsa_dmp1, d_consttime, aux, ctx) == 0)) { in ssh_rsa_complete_crt_parameters()
/openbsd/src/regress/lib/libcrypto/bn/
Dbn_mod_exp.c265 if (!BN_mod(a, a, m, ctx)) in generate_test_quintuple()
271 return BN_mod(b, b, m, ctx); in generate_test_quintuple()
Dbn_test.c900 CHECK_GOTO(BN_mod(c, a, b, ctx)); in test_mod()
/openbsd/src/lib/libcrypto/bn/
Dbn.h355 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro
/openbsd/src/usr.bin/dc/
Dbcode.c1111 bn_check(BN_mod(r->number, b->number, a->number, bmachine.ctx)); in bmod()