Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_algs.c75 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(tfm); in nitrox_skcipher_init()
97 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(tfm); in nitrox_skcipher_exit()
118 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_skcipher_setkey()
169 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(cipher); in nitrox_skcipher_crypt()
242 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_aes_xts_setkey()
269 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_aes_ctr_rfc3686_setkey()
298 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),
317 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),
336 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),
355 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),
[all …]
Dnitrox_req.h184 struct nitrox_crypto_ctx { struct
194 struct nitrox_crypto_ctx *nctx; argument