Searched refs:sha256_ctx (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/fundamental/ |
D | sha256.h | 13 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);
|
D | sha256.c | 76 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/ |
D | random-seed.c | 64 struct sha256_ctx hash; in hash_once() 213 struct sha256_ctx hash; in validate_sha256()
|
/systemd-251/src/basic/ |
D | hmac.c | 22 struct sha256_ctx hash; in hmac_sha256()
|
/systemd-251/src/random-seed/ |
D | random-seed.c | 110 struct sha256_ctx hash_state; in run()
|
/systemd-251/src/shared/ |
D | tpm2-util.c | 810 struct sha256_ctx hash; in hash_pin()
|