Searched refs:BN_mod (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | ssh-rsa.c | 380 (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 D | bn_mod_exp.c | 265 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 D | bn_test.c | 904 CHECK_GOTO(BN_mod(c, a, b, ctx)); in test_mod()
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn.h | 355 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro
|
/openbsd/usr.bin/dc/ |
H A D | bcode.c | 1111 bn_check(BN_mod(r->number, b->number, a->number, bmachine.ctx)); in bmod()
|