Searched refs:rem (Results 1 – 1 of 1) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | bn.h | 463 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 465 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument 550 const BIGNUM *add, const BIGNUM *rem, 562 const BIGNUM *rem, BN_GENCB *cb); 633 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|