Searched defs:ctx (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | sha1.c | 58 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() local 189 struct sha1_ctx ctx; in sha1_buffer() local 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()
|
D | md5.c | 65 md5_init_ctx (struct md5_ctx *ctx) in md5_init_ctx() 82 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) in md5_read_ctx() 102 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) in md5_finish_ctx() 139 struct md5_ctx ctx; in md5_stream() local 192 struct md5_ctx ctx; in md5_buffer() local 206 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_bytes() 281 md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_block()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldbuildid.c | 105 struct md5_ctx ctx; in generate_build_id() local 114 struct sha1_ctx ctx; in generate_build_id() local
|