Home
last modified time | relevance | path

Searched refs:hmac_ctx (Results 1 – 3 of 3) sorted by last modified time

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c109 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) in HMAC_CTX()
1566 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in create_hash_wr()
2204 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in chcr_ahash_setkey()
2325 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(rtfm)); in chcr_hmac_init()
2348 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_init()
2363 struct hmac_ctx *hmacctx = HMAC_CTX(ctx); in chcr_hmac_cra_exit()
4430 #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx))
H A Dchcr_crypto.h243 struct hmac_ctx { struct
251 struct hmac_ctx hmacctx; argument
/linux/crypto/
H A Dhmac.c25 struct hmac_ctx { struct
37 struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_setkey() argument
86 const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm); in hmac_import()
95 const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm); in hmac_init()
113 const struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_final()
129 const struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_finup()
143 struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_init_tfm()
158 struct hmac_ctx *sctx = crypto_shash_ctx(src); in hmac_clone_tfm()
159 struct hmac_ctx *dctx = crypto_shash_ctx(dst); in hmac_clone_tfm()
172 struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_exit_tfm()
[all …]