Searched refs:crypto_rsa_verify (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 232 int crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, u8 *sign, u8 *output);
|
| /rk3399_rockchip-uboot/lib/avb/libavb_atx/ |
| H A D | avb_atx_validate.c | 120 ret = crypto_rsa_verify(dev, &rsa_key, (u8 *)rsa_hash_revert, (u8 *)rsaResult_temp); in verify_permanent_attributes()
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 281 int crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, u8 *sign, u8 *output) in crypto_rsa_verify() function
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 642 ret = crypto_rsa_verify(dev, &rsa_key, in test_rsa_result() 665 ret = crypto_rsa_verify(dev, &rsa_key, in test_rsa_result()
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | rsa-verify.c | 151 ret = crypto_rsa_verify(dev, &rsa_key, (u8 *)sig_reverse, buf); in rsa_mod_exp_hw()
|