Searched refs:flexi_crypto_context (Results 1 – 3 of 3) sorted by relevance
38 struct flexi_crypto_context *fctx; in nitrox_aes_gcm_setkey()62 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_setauthsize()173 creq->ctrl.s.ctxl = sizeof(struct flexi_crypto_context); in nitrox_set_creq()219 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_enc()253 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_dec()347 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_exit()363 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_rfc4106_setkey()
153 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_skcipher_exit()171 struct flexi_crypto_context *fctx; in nitrox_skcipher_setkey()273 creq->ctrl.s.ctxl = sizeof(struct flexi_crypto_context); in nitrox_skcipher_crypt()341 struct flexi_crypto_context *fctx; in nitrox_aes_xts_setkey()365 struct flexi_crypto_context *fctx; in nitrox_aes_ctr_rfc3686_setkey()
190 struct flexi_crypto_context { struct206 struct flexi_crypto_context *fctx; argument