Home
last modified time | relevance | path

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

/glibc-2.36/crypt/
Dsha256.h30 struct sha256_ctx struct
52 extern void __sha256_init_ctx (struct sha256_ctx *ctx) __THROW; argument
59 struct sha256_ctx *ctx) __THROW;
66 extern void *__sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf)
Dsha256.c83 void __sha256_process_block (const void *, size_t, struct sha256_ctx *);
88 __sha256_init_ctx (struct sha256_ctx *ctx) in __sha256_init_ctx()
110 __sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf) in __sha256_finish_ctx()
143 __sha256_process_bytes (const void *buffer, size_t len, struct sha256_ctx *ctx) in __sha256_process_bytes()
Dsha256test.c47 struct sha256_ctx ctx; in main()
Dsha256-crypt.c187 struct sha256_ctx ctx; in __sha256_crypt_r()
188 struct sha256_ctx alt_ctx; in __sha256_crypt_r()
Dsha256-block.c6 __sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) in __sha256_process_block()
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/
Dsha256-block.c5 struct sha256_ctx *ctx);
12 struct sha256_ctx *ctx);
29 struct sha256_ctx *ctx);
/glibc-2.36/ChangeLog.old/
DChangeLog.1893270 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
93530 * crypt/sha256.h (struct sha256_ctx): Add union to access total also