Searched refs:sha512_ctx (Results 1 – 7 of 7) sorted by relevance
31 struct sha512_ctx struct55 extern void __sha512_init_ctx (struct sha512_ctx *ctx) __THROW; argument62 struct sha512_ctx *ctx) __THROW;69 extern void *__sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf)
104 struct sha512_ctx *ctx);109 __sha512_init_ctx (struct sha512_ctx *ctx) in __sha512_init_ctx()131 __sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) in __sha512_finish_ctx()166 __sha512_process_bytes (const void *buffer, size_t len, struct sha512_ctx *ctx) in __sha512_process_bytes()
66 struct sha512_ctx ctx; in main()
186 struct sha512_ctx ctx; in __sha512_crypt_r()187 struct sha512_ctx alt_ctx; in __sha512_crypt_r()
6 __sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx) in __sha512_process_block()
5 struct sha512_ctx *ctx);12 struct sha512_ctx *ctx);29 struct sha512_ctx *ctx);
93266 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add93525 * crypt/sha512.h (struct sha512_ctx): Add union to access total also