Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-mod-exp.c163 static int is_public_exponent_bit_set(const struct rsa_public_key *key, in is_public_exponent_bit_set() function
205 if (!is_public_exponent_bit_set(key, 0)) { in pow_mod()
218 if (is_public_exponent_bit_set(key, j)) { in pow_mod()