Home
last modified time | relevance | path

Searched refs:read_and_hash_update (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c229 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 Dlibcr51sign.h138 int (*read_and_hash_update)(void* ctx, uint32_t offset, uint32_t size); member
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md43 read_and_hash_update().