hmac_ctx 33 crypto/hmac.c static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm) hmac_ctx 48 crypto/hmac.c struct hmac_ctx *ctx = align_ptr(opad + ss, hmac_ctx 93 crypto/hmac.c struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm); hmac_ctx 147 crypto/hmac.c struct hmac_ctx *ctx = hmac_ctx(parent); hmac_ctx 166 crypto/hmac.c struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cast(tfm)); hmac_ctx 217 crypto/hmac.c inst->alg.base.cra_ctxsize = sizeof(struct hmac_ctx) + hmac_ctx 109 drivers/crypto/chelsio/chcr_algo.c static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) hmac_ctx 1496 drivers/crypto/chelsio/chcr_algo.c struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); hmac_ctx 2102 drivers/crypto/chelsio/chcr_algo.c struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); hmac_ctx 2207 drivers/crypto/chelsio/chcr_algo.c struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); hmac_ctx 2230 drivers/crypto/chelsio/chcr_algo.c struct hmac_ctx *hmacctx = HMAC_CTX(ctx); hmac_ctx 2245 drivers/crypto/chelsio/chcr_algo.c struct hmac_ctx *hmacctx = HMAC_CTX(ctx); hmac_ctx 4269 drivers/crypto/chelsio/chcr_algo.c #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx)) hmac_ctx 246 drivers/crypto/chelsio/chcr_crypto.h struct hmac_ctx hmacctx[0];