Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-verify.c80 static int rsa_mod_exp_hw(struct key_prop *prop, const uint8_t *sig, in rsa_mod_exp_hw() function
417 ret = rsa_mod_exp_hw(prop, sig, sig_len, key_len, buf); in rsa_verify_key()