Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha224_kunit.c12 #define HASH_UPDATE sha224_update
/linux/crypto/
H A Dsha256.c87 sha224_update(SHA224_CTX(desc), data, len); in crypto_sha224_update()
/linux/include/crypto/
H A Dsha2.h178 static inline void sha224_update(struct sha224_ctx *ctx, in sha224_update() function
/linux/lib/crypto/
H A Dsha256.c257 sha224_update(&ctx, data, len); in sha224()