Searched refs:read_and_hash_update (Results 1 – 3 of 3) sorted by relevance
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign.c | 229 static failure_reason read_and_hash_update(const struct libcr51sign_ctx* ctx, in read_and_hash_update() function 237 if (intf->read_and_hash_update) in read_and_hash_update() 239 rv = intf->read_and_hash_update((void*)ctx, offset, size); in read_and_hash_update() 425 rv = read_and_hash_update(ctx, intf, hash_start, hash_size); in validate_payload_regions() 572 rv = read_and_hash_update(ctx, intf, data_offset, data_size); in validate_signature()
|
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | libcr51sign.h | 138 int (*read_and_hash_update)(void* ctx, uint32_t offset, uint32_t size); member
|
/openbmc/google-misc/subprojects/libcr51sign/ |
H A D | README.md | 43 read_and_hash_update().
|