Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dsha1.h80 struct sha1_ctx struct
95 extern void sha1_init_ctx (struct sha1_ctx *ctx); argument
102 struct sha1_ctx *ctx);
109 struct sha1_ctx *ctx);
118 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
127 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
/toolchain/binutils/binutils-2.27/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.27/ld/
Dldbuildid.c114 struct sha1_ctx ctx; in generate_build_id()