Home
last modified time | relevance | path

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

/systemd-251/src/fundamental/
Dsha256.h13 struct sha256_ctx { struct
32 void sha256_init_ctx(struct sha256_ctx *ctx); argument
33 void *sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf);
34 void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx);
Dsha256.c76 static void sha256_process_block(const void *, size_t, struct sha256_ctx *);
80 void sha256_init_ctx(struct sha256_ctx *ctx) { in sha256_init_ctx()
101 void *sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { in sha256_finish_ctx()
130 void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
204 static void sha256_process_block(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
/systemd-251/src/boot/efi/
Drandom-seed.c64 struct sha256_ctx hash; in hash_once()
213 struct sha256_ctx hash; in validate_sha256()
/systemd-251/src/basic/
Dhmac.c22 struct sha256_ctx hash; in hmac_sha256()
/systemd-251/src/random-seed/
Drandom-seed.c110 struct sha256_ctx hash_state; in run()
/systemd-251/src/shared/
Dtpm2-util.c810 struct sha256_ctx hash; in hash_pin()