Searched refs:rsa_verify (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | rsa.h | 98 int rsa_verify(struct image_sign_info *info, 118 static inline int rsa_verify(struct image_sign_info *info, in rsa_verify() function
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | crypto-uclass.c | 258 if (!ops || !ops->rsa_verify) in crypto_rsa_verify() 264 return ops->rsa_verify(dev, ctx, sign, output); in crypto_rsa_verify()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-sig.c | 75 .verify = rsa_verify, 82 .verify = rsa_verify,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | crypto.h | 89 int (*rsa_verify)(struct udevice *dev, rsa_key *ctx, member
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v1.c | 280 .rsa_verify = rockchip_crypto_rsa_verify,
|
| H A D | crypto_v2.c | 1434 .rsa_verify = rockchip_crypto_rsa_verify,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | rsa.h | 120 int (*rsa_verify) (int dtype, const unsigned char *m, member
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-verify.c | 530 int rsa_verify(struct image_sign_info *info, in rsa_verify() function
|