Searched refs:bn_r (Results 1 – 2 of 2) sorted by relevance
177 BIGNUM *bn_r = BN_new(); in CC_CommonRSACalculateNpInt() local194 if ((NULL == bn_r) || in CC_CommonRSACalculateNpInt()208 if (!BN_exp (bn_r, bn_a, bn_p, bn_ctx)) { in CC_CommonRSACalculateNpInt()212 if (!BN_div (bn_quo, bn_rem, bn_r, n, bn_ctx)) { in CC_CommonRSACalculateNpInt()247 if (bn_r != NULL) { in CC_CommonRSACalculateNpInt()248 BN_free (bn_r); in CC_CommonRSACalculateNpInt()
84 BN_free (bn_r); \