Home
last modified time | relevance | path

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

/linux/drivers/crypto/nx/
H A 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()
H A Dnx-842.h173 struct nx842_crypto_ctx { struct
H A Dnx-common-powernv.c1044 .cra_ctxsize = sizeof(struct nx842_crypto_ctx),