Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Dsha1.h81 struct sha1_ctx struct
96 extern void sha1_init_ctx (struct sha1_ctx *ctx); argument
103 struct sha1_ctx *ctx);
110 struct sha1_ctx *ctx);
119 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
128 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
/toolchain/binutils/binutils-2.25/libiberty/
Dsha1.c58 sha1_init_ctx (struct sha1_ctx *ctx) in sha1_init_ctx()
76 sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf) in sha1_read_ctx()
93 sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf) in sha1_finish_ctx()
122 struct sha1_ctx ctx; in sha1_stream()
189 struct sha1_ctx ctx; in sha1_buffer()
202 sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx) in sha1_process_bytes()
287 sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx) in sha1_process_block()
/toolchain/binutils/binutils-2.25/ld/
Dldbuildid.c114 struct sha1_ctx ctx; in generate_build_id()