Home
last modified time | relevance | path

Searched refs:sha512_ctx (Results 1 – 5 of 5) sorted by relevance

/crypt/
A Dsha512.h31 struct sha512_ctx struct
55 extern void __sha512_init_ctx (struct sha512_ctx *ctx) __THROW; argument
62 struct sha512_ctx *ctx) __THROW;
69 extern void *__sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf)
A Dsha512.c104 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()
A Dsha512test.c66 struct sha512_ctx ctx; in main()
A Dsha512-block.c6 __sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx) in __sha512_process_block()
A Dsha512-crypt.c186 struct sha512_ctx ctx; in __sha512_crypt_r()
187 struct sha512_ctx alt_ctx; in __sha512_crypt_r()

Completed in 10 milliseconds