Searched defs:crypt_ctx (Results 1 - 3 of 3) sorted by relevance

/arch/x86/crypto/
H A Dtwofish_glue_3way.c429 .crypt_ctx = &ctx->twofish_ctx,
446 .crypt_ctx = &ctx->twofish_ctx,
462 struct twofish_ctx crypt_ctx; member in struct:twofish_xts_ctx
481 err = __twofish_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
501 .crypt_ctx = &ctx->crypt_ctx,
519 .crypt_ctx = &ctx->crypt_ctx,
H A Dserpent_sse2_glue.c462 struct crypt_priv crypt_ctx = { local
471 .crypt_ctx = &crypt_ctx,
478 serpent_fpu_end(crypt_ctx.fpu_enabled);
488 struct crypt_priv crypt_ctx = { local
497 .crypt_ctx = &crypt_ctx,
504 serpent_fpu_end(crypt_ctx.fpu_enabled);
518 struct serpent_ctx crypt_ctx; member in struct:serpent_xts_ctx
537 err = __serpent_setkey(&ctx->crypt_ctx, ke
550 struct crypt_priv crypt_ctx = { local
577 struct crypt_priv crypt_ctx = { local
[all...]
H A Dcamellia_glue.c1681 .crypt_ctx = &ctx->camellia_ctx,
1698 .crypt_ctx = &ctx->camellia_ctx,
1714 struct camellia_ctx crypt_ctx; member in struct:camellia_xts_ctx
1733 err = __camellia_setkey(&ctx->crypt_ctx, key, keylen / 2, flags);
1753 .crypt_ctx = &ctx->crypt_ctx,
1771 .crypt_ctx = &ctx->crypt_ctx,

Completed in 33 milliseconds