BN_mod_add
if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx))
|| !BN_mod_add(r, e, x1, order, ctx)) {
if (!BN_mod_add(t, r, s, order, ctx)) {
if (!BN_mod_add(t, e, x1, order, ctx)) {
|| !BN_mod_add(B, gb, kv, N, bn_ctx)) {
int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,