Searched refs:salt_buf (Results 1 - 1 of 1) sorted by relevance
/base/startup/hvb/libhvb/src/cert/ |
H A D | hvb_cert.c | 62 struct hvb_buf *salt_buf, uint32_t hash_algo) in hvb_compare_hash() 80 hash_err = hash_calc_update(&ctx, salt_buf->addr, salt_buf->size); in hvb_compare_hash() 107 struct hvb_buf salt_buf = {cert->hash_payload.salt, cert->salt_size}; in hash_image_init_desc() local 137 ret = hvb_compare_hash(&digest_buf, &image_buf, &salt_buf, cert->hash_algo); in hash_image_init_desc() 61 hvb_compare_hash(struct hvb_buf *digest_buf, struct hvb_buf *msg_buf, struct hvb_buf *salt_buf, uint32_t hash_algo) hvb_compare_hash() argument
|
Completed in 2 milliseconds