Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/rsa/
H A Drsa-mod-exp.c132 static int num_public_exponent_bits(const struct rsa_public_key *key, in num_public_exponent_bits() function
195 if (0 != num_public_exponent_bits(key, &k)) in pow_mod()