Searched refs:e0 (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/plat/intel/soc/common/lib/sha/ |
| H A D | sha.c | 164 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha512_transform() 166 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha512_transform() 168 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha512_transform() 170 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha512_transform() 172 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha512_transform() 174 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha512_transform() 176 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha512_transform() 178 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha512_transform()
|
| H A D | sha.h | 43 #define e0(x) (ror64(x, 28) ^ ror64(x, 34) ^ ror64(x, 39)) macro
|
| /rk3399_ARM-atf/plat/arm/board/tc/fdts/ |
| H A D | tc_tb_fw_config.dts | 51 uuid = "486178e0-e7f8-11e3-bc5e-0002a5d5c51b";
|
| /rk3399_ARM-atf/plat/arm/board/fvp/fdts/ |
| H A D | fvp_tb_fw_config.dts | 75 uuid = "486178e0-e7f8-11e3-bc5e-0002a5d5c51b";
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot_poc.rst | 227 M/TA: : 2a 6a d4 0d aa 94 b0 b1 55 e4 72 e7 1f 0a e0 d5 253 M/TA: Digest : 4e e4 8e 5a e6 50 ed e0 b5 a3 54 8a 1f d6 0e 8a 254 M/TA: : ea 0e 71 75 0e a4 3f 82 76 ce af cd 7c b0 91 e0 338 NOTICE: : 2a 6a d4 0d aa 94 b0 b1 55 e4 72 e7 1f 0a e0 d5 364 NOTICE: Digest : 4e e4 8e 5a e6 50 ed e0 b5 a3 54 8a 1f d6 0e 8a 365 NOTICE: : ea 0e 71 75 0e a4 3f 82 76 ce af cd 7c b0 91 e0
|
| H A D | rse.rst | 486 INFO: 0f ee b5 e7 56 e0 71 74 1b c4 39 39 fd 85 f6 7b 493 INFO: 2e 30 2e 30 0a 58 20 0d 22 e0 8a 98 46 90 58 48 532 INFO: 64 51 27 30 16 61 e0 a3 ce 4e 38 b2 95 a9 7c 58 577 INFO: d2 40 2a 2c a7 64 85 29 bc 23 03 f4 86 49 bc e0 580 INFO: 38 e0 52 8c 1e 89 58 98 07 64 2a a5 e3 f2 bc 37
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 4883 …- add support for Gelas CPU ([02586e0](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tru… 7850 …- add support for FFA_SPM_ID_GET ([46872e0](https://review.trustedfirmware.org/plugins/gitiles/TF-…
|