Home | History | Annotate | Download | only in bn

Lines Matching defs:BN_mod

469 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))