Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.su
H A Dcrypto-uclass.c254 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 Dcrypto-uclass.su
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h199 int crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, u8 *sign, u8 *output);
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c607 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 Davb_atx_validate.c120 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 Drsa-verify.c141 ret = crypto_rsa_verify(dev, &rsa_key, (u8 *)sig_reverse, buf); in rsa_mod_exp_hw()
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map