Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.c163 t1 = h + e1(e) + Ch(e, f, g) + sha512_K[i] + W[(i & 15)]; in sha512_transform()
165 t1 = g + e1(d) + Ch(d, e, f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform()
167 t1 = f + e1(c) + Ch(c, d, e) + sha512_K[i+2] + W[(i & 15) + 2]; in sha512_transform()
169 t1 = e + e1(b) + Ch(b, c, d) + sha512_K[i+3] + W[(i & 15) + 3]; in sha512_transform()
171 t1 = d + e1(a) + Ch(a, b, c) + sha512_K[i+4] + W[(i & 15) + 4]; in sha512_transform()
173 t1 = c + e1(h) + Ch(h, a, b) + sha512_K[i+5] + W[(i & 15) + 5]; in sha512_transform()
175 t1 = b + e1(g) + Ch(g, h, a) + sha512_K[i+6] + W[(i & 15) + 6]; in sha512_transform()
177 t1 = a + e1(f) + Ch(f, g, h) + sha512_K[i+7] + W[(i & 15) + 7]; in sha512_transform()
H A Dsha.h44 #define e1(x) (ror64(x, 14) ^ ror64(x, 18) ^ ror64(x, 41)) macro
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst484 INFO: 0d 2a 66 61 d4 89 17 e1 70 c6 73 56 df f4 11 fd
515 INFO: 6a c5 1c 1a e1 ca b3 fe 06 fa d0 53 be b8 eb fd
531 INFO: 10 15 9b af 26 2b 43 a9 2d 95 db 59 da e1 f7 2c
/rk3399_ARM-atf/docs/
H A Dchange-log.md1575 …- disable debug flag in APU driver ([31137e1](https://review.trustedfirmware.org/plugins/gitiles/T…
6244 …- update INFRA IOMMU enable flow ([98415e1](https://review.trustedfirmware.org/plugins/gitiles/TF-…
8043 …- allow to set a gpio in output mode ([53584e1](https://review.trustedfirmware.org/plugins/gitiles…