Searched refs:hash_data (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptlib.h | 88 struct hash_data { struct 99 int cryptodev_hash_final(struct hash_data *hdata, void *output); argument 100 ssize_t cryptodev_hash_update(struct hash_data *hdata, 102 int cryptodev_hash_reset(struct hash_data *hdata); 103 void cryptodev_hash_deinit(struct hash_data *hdata); 104 int cryptodev_hash_init(struct hash_data *hdata, const char *alg_name, 107 int cryptodev_hash_copy(struct hash_data *dst, struct hash_data *src);
|
| H A D | cryptlib.c | 352 int cryptodev_hash_init(struct hash_data *hdata, const char *alg_name, in cryptodev_hash_init() 397 void cryptodev_hash_deinit(struct hash_data *hdata) in cryptodev_hash_deinit() 406 int cryptodev_hash_reset(struct hash_data *hdata) in cryptodev_hash_reset() 420 ssize_t cryptodev_hash_update(struct hash_data *hdata, in cryptodev_hash_update() 433 int cryptodev_hash_final(struct hash_data *hdata, void *output) in cryptodev_hash_final() 447 int cryptodev_hash_copy(struct hash_data *dst, struct hash_data *src) in cryptodev_hash_copy()
|
| H A D | cryptodev.h | 164 struct hash_data hdata;
|
| /OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/ |
| H A D | firmware.c | 110 const void *hash_data, u16 hash_size, in s3fwrn5_fw_enter_update_mode() argument 144 hash_data, hash_size); in s3fwrn5_fw_enter_update_mode() 422 u8 hash_data[SHA1_DIGEST_SIZE]; in s3fwrn5_fw_download() local 439 ret = crypto_shash_tfm_digest(tfm, fw->image, image_size, hash_data); in s3fwrn5_fw_download() 453 ret = s3fwrn5_fw_enter_update_mode(fw_info, hash_data, in s3fwrn5_fw_download()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spl_rkfw.h | 79 u32 hash_data[8]; member
|