OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha512_k
(Results
1 - 4
of
4
) sorted by null
/external/avb/libavb/
avb_sha512.c
87
t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) +
sha512_k
[j] + \
103
static const uint64_t
sha512_k
[80] = {
variable
302
t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) +
sha512_k
[j] +
/external/u-boot/lib/libavb/
avb_sha512.c
60
t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) +
sha512_k
[j] + \
76
static const uint64_t
sha512_k
[80] = {
variable
275
t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) +
sha512_k
[j] +
/external/vboot_reference/firmware/2lib/
2sha512.c
96
+
sha512_k
[j] + w[j]; \
109
static const uint64_t
sha512_k
[80] = {
variable
258
+
sha512_k
[j] + w[j];
/external/vboot_reference/firmware/lib/cryptolib/
sha512.c
97
+
sha512_k
[j] + w[j]; \
109
static const uint64_t
sha512_k
[80] = {
variable
247
+
sha512_k
[j] + w[j];
Completed in 56 milliseconds