Divide a by word w in place and return the remainder.
a
w
Declared in <openssl/bn.h>
<openssl/bn.h>
unsigned long BN_div_word( BIGNUM* a, unsigned long w);
Remainder, or (BN_ULONG)-1 on error (for example w is 0).