Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-mod-exp.c116 static void montgomery_mul(const struct rsa_public_key *key, in montgomery_mul() function
211 montgomery_mul(key, acc, val, key->rr); /* acc = a * RR / R mod n */ in pow_mod()
216 montgomery_mul(key, tmp, acc, acc); /* tmp = acc^2 / R mod n */ in pow_mod()
220 montgomery_mul(key, acc, tmp, a_scaled); in pow_mod()
228 montgomery_mul(key, tmp, acc, acc); /* tmp = acc^2 / R mod n */ in pow_mod()
229 montgomery_mul(key, acc, tmp, val); /* acc = tmp * a / R mod M */ in pow_mod()
H A Drsa-mod-exp.su
/OK3568_Linux_fs/u-boot/spl/lib/rsa/
H A Drsa-mod-exp.su
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map