hmac_sha224_ctx
#define HMAC_SHA224_CTX(desc) ((struct hmac_sha224_ctx *)shash_desc_ctx(desc))
struct hmac_sha224_ctx *ctx = HMAC_SHA224_CTX(desc);
struct hmac_sha224_ctx *ctx = HMAC_SHA224_CTX(desc);
.descsize = sizeof(struct hmac_sha224_ctx),
static inline void hmac_sha224_init(struct hmac_sha224_ctx *ctx,
void hmac_sha224_init_usingrawkey(struct hmac_sha224_ctx *ctx,
static inline void hmac_sha224_update(struct hmac_sha224_ctx *ctx,
void hmac_sha224_final(struct hmac_sha224_ctx *ctx,
void hmac_sha224_init_usingrawkey(struct hmac_sha224_ctx *ctx,
void hmac_sha224_final(struct hmac_sha224_ctx *ctx,
struct hmac_sha224_ctx ctx;
struct hmac_sha224_ctx ctx;
#define HMAC_CTX hmac_sha224_ctx