Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/marvell/
Dhash.c1230 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(tfm); in mv_cesa_ahmac_cra_init()
1241 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_md5_init()
1255 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_md5_setkey()
1302 .cra_ctxsize = sizeof(struct mv_cesa_hmac_ctx),
1311 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_sha1_init()
1325 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_sha1_setkey()
1372 .cra_ctxsize = sizeof(struct mv_cesa_hmac_ctx),
1382 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_sha256_setkey()
1401 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_sha256_init()
1442 .cra_ctxsize = sizeof(struct mv_cesa_hmac_ctx),
Dcesa.h506 struct mv_cesa_hmac_ctx { struct