Home
last modified time | relevance | path

Searched refs:sha1_uint32 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsha1.h40 typedef u_int32_t sha1_uint32; typedef
45 typedef uint32_t sha1_uint32; typedef
60 typedef unsigned int sha1_uint32; typedef
63 typedef unsigned short sha1_uint32; typedef
66 typedef unsigned long sha1_uint32; typedef
83 sha1_uint32 A;
84 sha1_uint32 B;
85 sha1_uint32 C;
86 sha1_uint32 D;
87 sha1_uint32 E;
[all …]
DChangeLog231 * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
/toolchain/binutils/binutils-2.25/libiberty/
Dsha1.c78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A); in sha1_read_ctx()
79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B); in sha1_read_ctx()
80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C); in sha1_read_ctx()
81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D); in sha1_read_ctx()
82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E); in sha1_read_ctx()
96 sha1_uint32 bytes = ctx->buflen; in sha1_finish_ctx()
234 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes()
289 const sha1_uint32 *words = (const sha1_uint32*) buffer; in sha1_process_block()
290 size_t nwords = len / sizeof (sha1_uint32); in sha1_process_block()
291 const sha1_uint32 *endp = words + nwords; in sha1_process_block()
[all …]