Home
last modified time | relevance | path

Searched refs:retn (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_mont.c165 int retn; in BN_from_montgomery() local
167 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() local
183 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