Home
last modified time | relevance | path

Searched refs:sha1_read_ctx (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsha1.h128 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
/toolchain/binutils/binutils-2.25/libiberty/
Dsha1.c76 sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf) in sha1_read_ctx() function
113 return sha1_read_ctx (ctx, resbuf); in sha1_finish_ctx()