Searched defs:dm_crypto_ops (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 100 struct dm_crypto_ops { struct 102 u32 (*capability)(struct udevice *dev); 105 int (*sha_init)(struct udevice *dev, sha_context *ctx); 106 int (*sha_update)(struct udevice *dev, u32 *input, u32 len); 107 int (*sha_final)(struct udevice *dev, sha_context *ctx, u8 *output); 110 int (*rsa_verify)(struct udevice *dev, rsa_key *ctx, 114 int (*ec_verify)(struct udevice *dev, ec_key *ctx, 118 int (*hmac_init)(struct udevice *dev, sha_context *ctx, 120 int (*hmac_update)(struct udevice *dev, u32 *input, u32 len); 121 int (*hmac_final)(struct udevice *dev, sha_context *ctx, u8 *output); [all …]
|