sha512_ctx         54 lib/sha512.c   sha512_init_ctx (struct sha512_ctx *ctx)
sha512_ctx         70 lib/sha512.c   sha384_init_ctx (struct sha512_ctx *ctx)
sha512_ctx         97 lib/sha512.c   sha512_read_ctx (const struct sha512_ctx *ctx, void *resbuf)
sha512_ctx        109 lib/sha512.c   sha384_read_ctx (const struct sha512_ctx *ctx, void *resbuf)
sha512_ctx        123 lib/sha512.c   sha512_conclude_ctx (struct sha512_ctx *ctx)
sha512_ctx        150 lib/sha512.c   sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf)
sha512_ctx        157 lib/sha512.c   sha384_finish_ctx (struct sha512_ctx *ctx, void *resbuf)
sha512_ctx        170 lib/sha512.c     struct sha512_ctx ctx;
sha512_ctx        185 lib/sha512.c     struct sha512_ctx ctx;
sha512_ctx        198 lib/sha512.c   sha512_process_bytes (const void *buffer, size_t len, struct sha512_ctx *ctx)
sha512_ctx        322 lib/sha512.c   sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx)
sha512_ctx         60 lib/sha512.h   extern void sha512_init_ctx (struct sha512_ctx *ctx);
sha512_ctx         61 lib/sha512.h   extern void sha384_init_ctx (struct sha512_ctx *ctx);
sha512_ctx         68 lib/sha512.h                                     struct sha512_ctx *ctx);
sha512_ctx         75 lib/sha512.h                                     struct sha512_ctx *ctx);
sha512_ctx         81 lib/sha512.h   extern void *sha512_finish_ctx (struct sha512_ctx *ctx, void *restrict resbuf);
sha512_ctx         82 lib/sha512.h   extern void *sha384_finish_ctx (struct sha512_ctx *ctx, void *restrict resbuf);
sha512_ctx         91 lib/sha512.h   extern void *sha512_read_ctx (const struct sha512_ctx *ctx,
sha512_ctx         93 lib/sha512.h   extern void *sha384_read_ctx (const struct sha512_ctx *ctx,