Home
last modified time | relevance | path

Searched defs:sha256_update (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/crypto/
H A Dsha256.c134 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha256_update() function
/openbmc/u-boot/lib/
H A Dsha256.c189 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update() function