Searched refs:hash256 (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | vtpm_disk.h | 22 struct hash256 { struct 48 struct hash256 rollback_pubkey_hash; 92 struct hash256 next; 131 struct hash256 disk_hash; 169 struct hash256 disk_hash;
|
A D | disk_format.h | 100 struct hash256 group_hash[NR_ENTRIES_PER_ROOT]; 117 struct hash256 rb_next_hash; 131 struct hash256 hash[NR_ENTRIES_PER_ITREE]; 145 struct hash256 vtpm_hash[NR_ENTRIES_PER_GROUP_BASE];
|
A D | disk_crypto.h | 14 void sha256(struct hash256 *target, const void *src, size_t size); 15 int sha256_verify(const struct hash256 *targ, const void *data, size_t size);
|
A D | disk_crypto.c | 220 void sha256(struct hash256 *target, const void *src, size_t size) in sha256() 226 int sha256_verify(const struct hash256 *targ, const void *data, size_t size) in sha256_verify() 228 struct hash256 hash; in sha256_verify()
|
A D | disk_write.c | 128 struct hash256 *hash, sector_t *loc, int hsize, 132 struct hash256 *hash, sector_t *loc, int hsize, in disk_write_vtpm_itree() 286 struct hash256 *hash, sector_t *loc, int hsize); 289 struct hash256 *hash, sector_t *loc, int hsize) in disk_write_group_itree()
|
A D | disk_read.c | 242 const struct hash256 *hash, const sector_t *loc, in load_verify_vtpm_pages() 268 const struct hash256 *hash, const sector_t *loc, int hsize, 272 const struct hash256 *hash, const sector_t *loc, int hsize, in load_verify_vtpm_itree() 410 const struct hash256 *hash, const sector_t *loc, int hsize); 413 const struct hash256 *hash, const sector_t *loc, int hsize) in load_verify_group_itree()
|
Completed in 7 milliseconds