sha256_ctx         86 lib-src/make-fingerprint.c   struct sha256_ctx ctx;
sha256_ctx         54 lib/sha256.c   sha256_init_ctx (struct sha256_ctx *ctx)
sha256_ctx         70 lib/sha256.c   sha224_init_ctx (struct sha256_ctx *ctx)
sha256_ctx         97 lib/sha256.c   sha256_read_ctx (const struct sha256_ctx *ctx, void *resbuf)
sha256_ctx        109 lib/sha256.c   sha224_read_ctx (const struct sha256_ctx *ctx, void *resbuf)
sha256_ctx        123 lib/sha256.c   sha256_conclude_ctx (struct sha256_ctx *ctx)
sha256_ctx        149 lib/sha256.c   sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf)
sha256_ctx        156 lib/sha256.c   sha224_finish_ctx (struct sha256_ctx *ctx, void *resbuf)
sha256_ctx        169 lib/sha256.c     struct sha256_ctx ctx;
sha256_ctx        184 lib/sha256.c     struct sha256_ctx ctx;
sha256_ctx        197 lib/sha256.c   sha256_process_bytes (const void *buffer, size_t len, struct sha256_ctx *ctx)
sha256_ctx        297 lib/sha256.c   sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx)
sha256_ctx         55 lib/sha256.h   extern void sha256_init_ctx (struct sha256_ctx *ctx);
sha256_ctx         56 lib/sha256.h   extern void sha224_init_ctx (struct sha256_ctx *ctx);
sha256_ctx         63 lib/sha256.h                                     struct sha256_ctx *ctx);
sha256_ctx         70 lib/sha256.h                                     struct sha256_ctx *ctx);
sha256_ctx         76 lib/sha256.h   extern void *sha256_finish_ctx (struct sha256_ctx *ctx, void *restrict resbuf);
sha256_ctx         77 lib/sha256.h   extern void *sha224_finish_ctx (struct sha256_ctx *ctx, void *restrict resbuf);
sha256_ctx         83 lib/sha256.h   extern void *sha256_read_ctx (const struct sha256_ctx *ctx,
sha256_ctx         85 lib/sha256.h   extern void *sha224_read_ctx (const struct sha256_ctx *ctx,