hmac_ctx 38 crypto/hmac.c static inline struct hmac_ctx *hmac_ctx(struct crypto_hash *tfm) hmac_ctx 53 crypto/hmac.c struct hmac_ctx *ctx = align_ptr(digest + ds, sizeof(void *)); hmac_ctx 114 crypto/hmac.c struct hmac_ctx *ctx = align_ptr(ipad + bs * 2 + ds, sizeof(void *)); hmac_ctx 133 crypto/hmac.c struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm); hmac_ctx 149 crypto/hmac.c struct hmac_ctx *ctx = align_ptr(digest + ds, sizeof(void *)); hmac_ctx 174 crypto/hmac.c struct hmac_ctx *ctx = align_ptr(digest + ds, sizeof(void *)); hmac_ctx 202 crypto/hmac.c struct hmac_ctx *ctx = hmac_ctx(__crypto_hash_cast(tfm)); hmac_ctx 214 crypto/hmac.c struct hmac_ctx *ctx = hmac_ctx(__crypto_hash_cast(tfm)); hmac_ctx 259 crypto/hmac.c inst->alg.cra_ctxsize = sizeof(struct hmac_ctx) +