Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Dsha256.c72 static void sha256_transform(u32 *state, const u8 *input, u32 *W) in sha256_transform() function
127 sha256_transform(sctx->state, input, W); in sha256_transform_blocks()