Searched refs:sha512_ctx (Results 1 – 5 of 5) 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()
6 __sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx) in __sha512_process_block()
186 struct sha512_ctx ctx; in __sha512_crypt_r()187 struct sha512_ctx alt_ctx; in __sha512_crypt_r()
Completed in 10 milliseconds