hmac_sha256_ctx
#define HMAC_SHA256_CTX(desc) ((struct hmac_sha256_ctx *)shash_desc_ctx(desc))
struct hmac_sha256_ctx *ctx = HMAC_SHA256_CTX(desc);
struct hmac_sha256_ctx *ctx = HMAC_SHA256_CTX(desc);
.descsize = sizeof(struct hmac_sha256_ctx),
struct hmac_sha256_ctx hctx;
struct hmac_sha256_ctx hctx;
struct hmac_sha256_ctx hctx;
struct hmac_sha256_ctx *hmac;
struct hmac_sha256_ctx hmac_ctx;
struct hmac_sha256_ctx hmac_ctx;
struct hmac_sha256_ctx ctx;
struct hmac_sha256_ctx ctx;
static inline void hmac_sha256_init(struct hmac_sha256_ctx *ctx,
void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx,
static inline void hmac_sha256_update(struct hmac_sha256_ctx *ctx,
void hmac_sha256_final(struct hmac_sha256_ctx *ctx,
struct hmac_sha256_ctx sha256;
void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx,
void hmac_sha256_final(struct hmac_sha256_ctx *ctx,
struct hmac_sha256_ctx ctx;
struct hmac_sha256_ctx ctx;
#define HMAC_CTX hmac_sha256_ctx
struct hmac_sha256_ctx ctx;
struct hmac_sha256_ctx hmac_sha256;