Home
last modified time | relevance | path

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

/glibc-2.36/crypt/
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)
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()
Dsha512test.c66 struct sha512_ctx ctx; in main()
Dsha512-crypt.c186 struct sha512_ctx ctx; in __sha512_crypt_r()
187 struct sha512_ctx alt_ctx; in __sha512_crypt_r()
Dsha512-block.c6 __sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx) in __sha512_process_block()
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/
Dsha512-block.c5 struct sha512_ctx *ctx);
12 struct sha512_ctx *ctx);
29 struct sha512_ctx *ctx);
/glibc-2.36/ChangeLog.old/
DChangeLog.1893266 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
93525 * crypt/sha512.h (struct sha512_ctx): Add union to access total also