Searched refs:sha1_uint32 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsha1.h39 typedef u_int32_t sha1_uint32; typedef
44 typedef uint32_t sha1_uint32; typedef
59 typedef unsigned int sha1_uint32; typedef
62 typedef unsigned short sha1_uint32; typedef
65 typedef unsigned long sha1_uint32; typedef
82 sha1_uint32 A;
83 sha1_uint32 B;
84 sha1_uint32 C;
85 sha1_uint32 D;
86 sha1_uint32
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsha1.h39 typedef u_int32_t sha1_uint32; typedef
44 typedef uint32_t sha1_uint32; typedef
59 typedef unsigned int sha1_uint32; typedef
62 typedef unsigned short sha1_uint32; typedef
65 typedef unsigned long sha1_uint32; typedef
82 sha1_uint32 A;
83 sha1_uint32 B;
84 sha1_uint32 C;
85 sha1_uint32 D;
86 sha1_uint32
[all...]
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsha1.h39 typedef u_int32_t sha1_uint32; typedef
44 typedef uint32_t sha1_uint32; typedef
59 typedef unsigned int sha1_uint32; typedef
62 typedef unsigned short sha1_uint32; typedef
65 typedef unsigned long sha1_uint32; typedef
82 sha1_uint32 A;
83 sha1_uint32 B;
84 sha1_uint32 C;
85 sha1_uint32 D;
86 sha1_uint32
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsha1.h39 typedef u_int32_t sha1_uint32; typedef
44 typedef uint32_t sha1_uint32; typedef
59 typedef unsigned int sha1_uint32; typedef
62 typedef unsigned short sha1_uint32; typedef
65 typedef unsigned long sha1_uint32; typedef
82 sha1_uint32 A;
83 sha1_uint32 B;
84 sha1_uint32 C;
85 sha1_uint32 D;
86 sha1_uint32
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsha1.h39 typedef u_int32_t sha1_uint32; typedef
44 typedef uint32_t sha1_uint32; typedef
59 typedef unsigned int sha1_uint32; typedef
62 typedef unsigned short sha1_uint32; typedef
65 typedef unsigned long sha1_uint32; typedef
82 sha1_uint32 A;
83 sha1_uint32 B;
84 sha1_uint32 C;
85 sha1_uint32 D;
86 sha1_uint32
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsha1.h39 typedef u_int32_t sha1_uint32; typedef
44 typedef uint32_t sha1_uint32; typedef
59 typedef unsigned int sha1_uint32; typedef
62 typedef unsigned short sha1_uint32; typedef
65 typedef unsigned long sha1_uint32; typedef
82 sha1_uint32 A;
83 sha1_uint32 B;
84 sha1_uint32 C;
85 sha1_uint32 D;
86 sha1_uint32
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dsha1.c77 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
78 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
79 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
80 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
81 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
95 sha1_uint32 bytes = ctx->buflen;
237 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
292 const sha1_uint32 *words = (const sha1_uint32*) buffer;
293 size_t nwords = len / sizeof (sha1_uint32);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dsha1.c77 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
78 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
79 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
80 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
81 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
95 sha1_uint32 bytes = ctx->buflen;
233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
288 const sha1_uint32 *words = (const sha1_uint32*) buffer;
289 size_t nwords = len / sizeof (sha1_uint32);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c77 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
78 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
79 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
80 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
81 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
95 sha1_uint32 bytes = ctx->buflen;
237 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
292 const sha1_uint32 *words = (const sha1_uint32*) buffer;
293 size_t nwords = len / sizeof (sha1_uint32);
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsha1.c77 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
78 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
79 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
80 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
81 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
95 sha1_uint32 bytes = ctx->buflen;
233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
288 const sha1_uint32 *words = (const sha1_uint32*) buffer;
289 size_t nwords = len / sizeof (sha1_uint32);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dsha1.c77 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
78 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
79 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
80 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
81 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
95 sha1_uint32 bytes = ctx->buflen;
233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
288 const sha1_uint32 *words = (const sha1_uint32*) buffer;
289 size_t nwords = len / sizeof (sha1_uint32);
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsha1.c82 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
83 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
84 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
85 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
86 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
100 sha1_uint32 bytes = ctx->buflen;
238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
293 const sha1_uint32 *words = (const sha1_uint32*) buffer;
294 size_t nwords = len / sizeof (sha1_uint32);
[all...]

Completed in 117 milliseconds