Searched refs:sha256_ctx (Results 1 – 7 of 7) sorted by relevance
30 struct sha256_ctx struct52 extern void __sha256_init_ctx (struct sha256_ctx *ctx) __THROW; argument59 struct sha256_ctx *ctx) __THROW;66 extern void *__sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf)
83 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()
47 struct sha256_ctx ctx; in main()
187 struct sha256_ctx ctx; in __sha256_crypt_r()188 struct sha256_ctx alt_ctx; in __sha256_crypt_r()
6 __sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) in __sha256_process_block()
5 struct sha256_ctx *ctx);12 struct sha256_ctx *ctx);29 struct sha256_ctx *ctx);
93270 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add93530 * crypt/sha256.h (struct sha256_ctx): Add union to access total also