Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A 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/regress/lib/libcrypto/bn/
H A 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()
H A Dbn_test.c904 CHECK_GOTO(BN_mod(c, a, b, ctx)); in test_mod()
/openbsd/lib/libcrypto/bn/
H A Dbn.h355 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro
/openbsd/usr.bin/dc/
H A Dbcode.c1111 bn_check(BN_mod(r->number, b->number, a->number, bmachine.ctx)); in bmod()