Searched refs:crypto_ec_verify (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 245 int crypto_ec_verify(struct udevice *dev, ec_key *ctx, u8 *hash, u32 hash_len, u8 *sign);
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 294 int crypto_ec_verify(struct udevice *dev, ec_key *ctx, u8 *hash, u32 hash_len, u8 *sign) in crypto_ec_verify() function
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 722 ret = crypto_ec_verify(dev, &ec_key, in test_ec_result()
|