sha1_ctx           53 lib/sha1.c     sha1_init_ctx (struct sha1_ctx *ctx)
sha1_ctx           77 lib/sha1.c     sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf)
sha1_ctx           92 lib/sha1.c     sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf)
sha1_ctx          122 lib/sha1.c       struct sha1_ctx ctx;
sha1_ctx          135 lib/sha1.c     sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx)
sha1_ctx          222 lib/sha1.c     sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx)
sha1_ctx           62 lib/sha1.h     extern void sha1_init_ctx (struct sha1_ctx *ctx);
sha1_ctx           69 lib/sha1.h                                     struct sha1_ctx *ctx);
sha1_ctx           76 lib/sha1.h                                     struct sha1_ctx *ctx);
sha1_ctx           82 lib/sha1.h     extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *restrict resbuf);
sha1_ctx           88 lib/sha1.h     extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *restrict resbuf);
sha1_ctx         5925 src/fns.c        struct sha1_ctx ctx;