Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c39 struct flexi_crypto_context *fctx; in nitrox_aes_gcm_setkey()
65 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_setauthsize()
157 creq->ctrl.s.ctxl = sizeof(struct flexi_crypto_context); in nitrox_set_creq()
195 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_enc()
226 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_dec()
317 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_exit()
333 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_rfc4106_setkey()
Dnitrox_skcipher.c80 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_skcipher_exit()
98 struct flexi_crypto_context *fctx; in nitrox_skcipher_setkey()
230 creq->ctrl.s.ctxl = sizeof(struct flexi_crypto_context); in nitrox_skcipher_crypt()
279 struct flexi_crypto_context *fctx; in nitrox_aes_xts_setkey()
306 struct flexi_crypto_context *fctx; in nitrox_aes_ctr_rfc3686_setkey()
Dnitrox_req.h187 struct flexi_crypto_context { struct
203 struct flexi_crypto_context *fctx; argument