Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/u-boot/
H A Drsa.h98 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 Dcrypto-uclass.c258 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 Dimage-sig.c75 .verify = rsa_verify,
82 .verify = rsa_verify,
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h89 int (*rsa_verify)(struct udevice *dev, rsa_key *ctx, member
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v1.c280 .rsa_verify = rockchip_crypto_rsa_verify,
H A Dcrypto_v2.c1434 .rsa_verify = rockchip_crypto_rsa_verify,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Drsa.h120 int (*rsa_verify) (int dtype, const unsigned char *m, member
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-verify.c530 int rsa_verify(struct image_sign_info *info, in rsa_verify() function