Searched refs:hmac_sha224_ctx (Results 1 – 1 of 1) sorted by relevance
217 struct hmac_sha224_ctx { struct244 static inline void hmac_sha224_init(struct hmac_sha224_ctx *ctx, in hmac_sha224_init()262 void hmac_sha224_init_usingrawkey(struct hmac_sha224_ctx *ctx,275 static inline void hmac_sha224_update(struct hmac_sha224_ctx *ctx, in hmac_sha224_update()290 void hmac_sha224_final(struct hmac_sha224_ctx *ctx, u8 out[SHA224_DIGEST_SIZE]);
Completed in 8 milliseconds