Searched defs:W (Results 1 – 5 of 5) sorted by relevance
/u-boot/arch/arm/include/asm/ |
A D | unified.h | 35 #define W(instr) instr.w macro
|
/u-boot/lib/ |
A D | sha512.c | 131 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() 136 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP() 147 uint64_t W[16]; in sha512_transform() local
|
A D | sha256.c | 61 uint32_t W[64]; in sha256_process() local
|
A D | sha1.c | 70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
|
/u-boot/fs/zfs/ |
A D | zfs_sha256.c | 79 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
|
Completed in 7 milliseconds