Searched refs:retn (Results 1 – 1 of 1) sorted by relevance
165 int retn; in BN_from_montgomery() local167 retn = bn_from_mont_fixed_top(ret, a, mont, ctx); in BN_from_montgomery()171 return retn; in BN_from_montgomery()177 int retn = 0; in bn_from_mont_fixed_top() local183 retn = bn_from_montgomery_word(ret, t, mont); in bn_from_mont_fixed_top()214 retn = 1; in bn_from_mont_fixed_top()219 return retn; in bn_from_mont_fixed_top()
Completed in 4 milliseconds