hmac_sha384_ctx
#define HMAC_SHA384_CTX(desc) ((struct hmac_sha384_ctx *)shash_desc_ctx(desc))
struct hmac_sha384_ctx *ctx = HMAC_SHA384_CTX(desc);
struct hmac_sha384_ctx *ctx = HMAC_SHA384_CTX(desc);
.descsize = sizeof(struct hmac_sha384_ctx),
static inline void hmac_sha384_init(struct hmac_sha384_ctx *ctx,
void hmac_sha384_init_usingrawkey(struct hmac_sha384_ctx *ctx,
static inline void hmac_sha384_update(struct hmac_sha384_ctx *ctx,
void hmac_sha384_final(struct hmac_sha384_ctx *ctx,
struct hmac_sha384_ctx sha384;
void hmac_sha384_init_usingrawkey(struct hmac_sha384_ctx *ctx,
void hmac_sha384_final(struct hmac_sha384_ctx *ctx,
struct hmac_sha384_ctx ctx;
struct hmac_sha384_ctx ctx;
#define HMAC_CTX hmac_sha384_ctx