hmac_sha512_ctx
#define HMAC_SHA512_CTX(desc) ((struct hmac_sha512_ctx *)shash_desc_ctx(desc))
struct hmac_sha512_ctx *ctx = HMAC_SHA512_CTX(desc);
struct hmac_sha512_ctx *ctx = HMAC_SHA512_CTX(desc);
.descsize = sizeof(struct hmac_sha512_ctx),
struct hmac_sha512_ctx ctx;
static inline void hmac_sha512_init(struct hmac_sha512_ctx *ctx,
void hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx *ctx,
static inline void hmac_sha512_update(struct hmac_sha512_ctx *ctx,
void hmac_sha512_final(struct hmac_sha512_ctx *ctx,
void hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx *ctx,
void hmac_sha512_final(struct hmac_sha512_ctx *ctx,
struct hmac_sha512_ctx ctx;
struct hmac_sha512_ctx ctx;
#define HMAC_CTX hmac_sha512_ctx