Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-telechips/scripts/
H A Dtcmktool.py10 ALIGN_SIZE = 64 variable
18 buf = inputfile.read(ALIGN_SIZE)
21 sha.update(buf.ljust(ALIGN_SIZE, b'\0'))
37 length = (inputfile.tell() + (ALIGN_SIZE - 1)) & ~(ALIGN_SIZE - 1)
55 buf = inputfile.read(ALIGN_SIZE)
58 outputfile.write(buf.ljust(ALIGN_SIZE, b'\0'))