Lines Matching refs:crypt_ctx
249 struct crypt_priv crypt_ctx = { in lrw_encrypt() local
258 .crypt_ctx = &crypt_ctx, in lrw_encrypt()
265 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
275 struct crypt_priv crypt_ctx = { in lrw_decrypt() local
284 .crypt_ctx = &crypt_ctx, in lrw_decrypt()
291 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()
305 struct serpent_ctx crypt_ctx; member
324 err = __serpent_setkey(&ctx->crypt_ctx, key, keylen / 2); in xts_serpent_setkey()
337 struct crypt_priv crypt_ctx = { in xts_encrypt() local
338 .ctx = &ctx->crypt_ctx, in xts_encrypt()
347 .crypt_ctx = &crypt_ctx, in xts_encrypt()
354 serpent_fpu_end(crypt_ctx.fpu_enabled); in xts_encrypt()
364 struct crypt_priv crypt_ctx = { in xts_decrypt() local
365 .ctx = &ctx->crypt_ctx, in xts_decrypt()
374 .crypt_ctx = &crypt_ctx, in xts_decrypt()
381 serpent_fpu_end(crypt_ctx.fpu_enabled); in xts_decrypt()