Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/rsa/
H A Drsa-mod-exp.c80 static void montgomery_mul_add_step(const struct rsa_public_key *key, in montgomery_mul_add_step() function
123 montgomery_mul_add_step(key, result, a[i], b); in montgomery_mul()