Home
last modified time | relevance | path

Searched refs:sha256 (Results 1 – 5 of 5) sorted by relevance

/lk-master/lib/bootimage/
A Dbootimage.c55 if (memcmp(hash, be->file.sha256, sizeof(be->file.sha256)) != 0) { in validate_bootimage()
118 if (memcmp(hash, be[i].file.sha256, sizeof(be[i].file.sha256)) != 0) { in validate_bootimage()
/lk-master/external/lib/mincrypt/
A Drules.mk7 $(LOCAL_DIR)/sha256.c
/lk-master/lib/bootimage/include/lib/
A Dbootimage_struct.h19 uint8_t sha256[32]; member
/lk-master/tools/
A DMakefile11 MKIMAGE_SRCS := mkimage.c bootimage.c ../external/lib/mincrypt/sha256.c
A Dbootimage.c74 SHA256_hash(data, len, img->entry[n].file.sha256); in bootimage_add_filedata()
92 SHA256_hash((void *) &(img->entry[1]), 4096 - 64, img->entry[0].file.sha256); in bootimage_done()

Completed in 6 milliseconds