Lines Matching refs:RR
549 BN_init(&(ctx->RR));
565 BN_free(&(mont->RR));
579 R= &(mont->RR); /* grab RR as a temp */
673 /* setup RR for conversions */
674 BN_zero(&(mont->RR));
675 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
676 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
688 if (!BN_copy(&(to->RR),&(from->RR))) return NULL;