Home
last modified time | relevance | path

Searched refs:sha2_64t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.h64 typedef unsigned __int64 sha2_64t; typedef
67 typedef unsigned long sha2_64t; typedef
70 typedef unsigned long long sha2_64t; /* a somewhat dangerous guess */ typedef
73 #error Please define sha2_64t as an unsigned 64 bit type in sha2.h
82 typedef uint64_t sha2_64t; /* a somewhat dangerous guess */ typedef
116 sha2_64t count[2];
117 sha2_64t hash[8];
118 sha2_64t wbuf[16];
H A Dsha2.c413 (((sha2_64t)(bswap_32((sha2_32t)(x)))) << 32 | \
454 const sha2_64t k512[80] = {
488 sha2_64t v[8]; in sha512_compile()
491 memcpy(v, ctx->hash, 8 * sizeof(sha2_64t)); in sha512_compile()
554 static sha2_64t m2[8] = { n_u64(0000000000000000), n_u64(ff00000000000000),
560 static sha2_64t b2[8] = { n_u64(8000000000000000), n_u64(0080000000000000),
617 const sha2_64t i384[80] = { n_u64(cbbb9d5dc1059ed8), n_u64(629a292a367cd507),
626 memcpy(ctx->hash, i384, 8 * sizeof(sha2_64t)); in sha384_begin()
650 const sha2_64t i512[80] = { n_u64(6a09e667f3bcc908), n_u64(bb67ae8584caa73b),
659 memcpy(ctx->hash, i512, 8 * sizeof(sha2_64t)); in sha512_begin()