Searched refs:crypto_rsa_verify (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | crypto-uclass.su | |
| H A D | crypto-uclass.c | 254 int crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, u8 *sign, u8 *output) in crypto_rsa_verify() function
|
| /OK3568_Linux_fs/u-boot/spl/drivers/crypto/ |
| H A D | crypto-uclass.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | crypto.h | 199 int crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, u8 *sign, u8 *output);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto.c | 607 ret = crypto_rsa_verify(dev, &rsa_key, in test_rsa_result() 630 ret = crypto_rsa_verify(dev, &rsa_key, in test_rsa_result()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-verify.c | 141 ret = crypto_rsa_verify(dev, &rsa_key, (u8 *)sig_reverse, buf); in rsa_mod_exp_hw()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |