Home
last modified time | relevance | path

Searched refs:mv_cesa_hmac_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/crypto/marvell/cesa/
Dhash.c1262 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(tfm); in mv_cesa_ahmac_cra_init()
1273 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_md5_init()
1287 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_md5_setkey()
1335 .cra_ctxsize = sizeof(struct mv_cesa_hmac_ctx),
1344 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_sha1_init()
1358 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_sha1_setkey()
1406 .cra_ctxsize = sizeof(struct mv_cesa_hmac_ctx),
1416 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_sha256_setkey()
1435 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_sha256_init()
1477 .cra_ctxsize = sizeof(struct mv_cesa_hmac_ctx),
Dcesa.h515 struct mv_cesa_hmac_ctx { struct