Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha2.h154 struct sha224_ctx { struct
166 void sha224_init(struct sha224_ctx *ctx); argument
178 static inline void sha224_update(struct sha224_ctx *ctx, in sha224_update()
193 void sha224_final(struct sha224_ctx *ctx, u8 out[at_least SHA224_DIGEST_SIZE]);
/linux/lib/crypto/tests/
H A Dsha224_kunit.c9 #define HASH_CTX sha224_ctx
/linux/lib/crypto/
H A Dsha256.c173 void sha224_init(struct sha224_ctx *ctx) in sha224_init()
238 void sha224_final(struct sha224_ctx *ctx, u8 out[SHA224_DIGEST_SIZE]) in sha224_final()
254 struct sha224_ctx ctx; in sha224()
/linux/crypto/
H A Dsha256.c76 #define SHA224_CTX(desc) ((struct sha224_ctx *)shash_desc_ctx(desc))
334 .descsize = sizeof(struct sha224_ctx),