Lines Matching refs:hash
21 - A SHA-256 hash of the Root of Trust Public Key (ROTPK). It is stored in the
23 be used and its hash embedded into the BL1 and BL2 images (only for
42 certificates. Content certificates are used to store the hash of a boot loader
43 image. An image can be authenticated by calculating its hash and matching it
44 with the hash extracted from the content certificate. Various hash algorithms
87 It is self-signed with the private part of the ROT key. It contains a hash
103 It is self-signed with the SCP_BL2 key. It contains a hash of the SCP_BL2
113 It is self-signed with the BL31 key. It contains a hash of the BL31 image.
122 It is self-signed with the BL32 key. It contains a hash of the BL32 image.
131 It is self-signed with the BL33 key. It contains a hash of the BL33 image.
143 read from the verified certificate. A hash of that key is calculated and
144 compared with the hash of the ROTPK read from the trusted root-key storage
145 registers. If they match, the BL2 hash is read from the certificate.
151 - BL1 loads the BL2 image. Its hash is calculated and compared with the hash
156 read from the verified certificate. A hash of that key is calculated and
157 compared with the hash of the ROTPK read from the trusted root-key storage
172 BL2 reads and saves the BL3x image hash from the certificate.
181 verification succeeds, BL2 reads and saves the BL33 image hash from the
186 - BL2 calculates the hash of each image. It compares it with the hash obtained