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         55 lib/sha512.h   extern void sha512_init_ctx (struct sha512_ctx *ctx);
sha512_ctx         56 lib/sha512.h   extern void sha384_init_ctx (struct sha512_ctx *ctx);
sha512_ctx         63 lib/sha512.h                                     struct sha512_ctx *ctx);
sha512_ctx         70 lib/sha512.h                                     struct sha512_ctx *ctx);
sha512_ctx         76 lib/sha512.h   extern void *sha512_finish_ctx (struct sha512_ctx *ctx, void *restrict resbuf);
sha512_ctx         77 lib/sha512.h   extern void *sha384_finish_ctx (struct sha512_ctx *ctx, void *restrict resbuf);
sha512_ctx         86 lib/sha512.h   extern void *sha512_read_ctx (const struct sha512_ctx *ctx,
sha512_ctx         88 lib/sha512.h   extern void *sha384_read_ctx (const struct sha512_ctx *ctx,