Searched refs:sha224_ctx (Results 1 – 4 of 4) sorted by relevance
154 struct sha224_ctx { struct166 void sha224_init(struct sha224_ctx *ctx); argument178 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]);
9 #define HASH_CTX sha224_ctx
173 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()
76 #define SHA224_CTX(desc) ((struct sha224_ctx *)shash_desc_ctx(desc))334 .descsize = sizeof(struct sha224_ctx),