Home
last modified time | relevance | path

Searched defs:E (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha.c61 register uint32_t A, B, C, D, E; in SHA1_Transform() local
70 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument
86 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument
99 #define SHA_F2(A, B, C, D, E, t) \ in SHA1_Transform() argument
115 #define SHA_F3(A, B, C, D, E, t) \ in SHA1_Transform() argument
131 #define SHA_F4(A, B, C, D, E, t) \ in SHA1_Transform() argument
206 uint32_t A, B, C, D, E; in SHA1_transform() local
H A Dresource_tool.c64 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
338 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/rk3399_rockchip-uboot/arch/x86/include/asm/fsp/
H A Dfsp_types.h68 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/rk3399_rockchip-uboot/lib/
H A Dsha512.c162 uint64_t A, B, C, D, E, F, G, H; in sha512_process() local
H A Dsha256.c88 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
H A Dsha1.c98 unsigned long temp, W[16], A, B, C, D, E; in sha1_process_one() local