Home
last modified time | relevance | path

Searched refs:nx842_crypto_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/crypto/nx/
Dnx-842.c106 struct nx842_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in nx842_crypto_init()
126 struct nx842_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in nx842_crypto_exit()
158 static int compress(struct nx842_crypto_ctx *ctx, in compress()
253 struct nx842_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in nx842_crypto_compress()
337 static int decompress(struct nx842_crypto_ctx *ctx, in decompress()
438 struct nx842_crypto_ctx *ctx = crypto_tfm_ctx(tfm); in nx842_crypto_decompress()
Dnx-842.h173 struct nx842_crypto_ctx { struct
Dnx-common-powernv.c1044 .cra_ctxsize = sizeof(struct nx842_crypto_ctx),
Dnx-common-pseries.c1021 .cra_ctxsize = sizeof(struct nx842_crypto_ctx),