Home
last modified time | relevance | path

Searched refs:xts_param (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dpaes_s390.c495 } xts_param; in xts_paes_crypt() local
508 memcpy(xts_param.key + offset, ctx->pk[0].protkey, keylen); in xts_paes_crypt()
511 memcpy(xts_param.init, pcc_param.xts, 16); in xts_paes_crypt()
516 k = cpacf_km(ctx->fc | modifier, xts_param.key + offset, in xts_paes_crypt()
524 memcpy(xts_param.key + offset, in xts_paes_crypt()
H A Daes_s390.c438 } xts_param; in xts_aes_crypt() local
464 memcpy(xts_param.key + offset, xts_ctx->key, xts_ctx->key_len); in xts_aes_crypt()
465 memcpy(xts_param.init, pcc_param.xts, 16); in xts_aes_crypt()
470 cpacf_km(xts_ctx->fc | modifier, xts_param.key + offset, in xts_aes_crypt()
475 memzero_explicit(&xts_param, sizeof(xts_param)); in xts_aes_crypt()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dpaes_s390.c510 } xts_param; in xts_paes_crypt() local
523 memcpy(xts_param.key + offset, ctx->pk[0].protkey, keylen); in xts_paes_crypt()
526 memcpy(xts_param.init, pcc_param.xts, 16); in xts_paes_crypt()
531 k = cpacf_km(ctx->fc | modifier, xts_param.key + offset, in xts_paes_crypt()
539 memcpy(xts_param.key + offset, in xts_paes_crypt()
H A Daes_s390.c435 } xts_param; in xts_aes_crypt() local
461 memcpy(xts_param.key + offset, xts_ctx->key, xts_ctx->key_len); in xts_aes_crypt()
462 memcpy(xts_param.init, pcc_param.xts, 16); in xts_aes_crypt()
467 cpacf_km(xts_ctx->fc | modifier, xts_param.key + offset, in xts_aes_crypt()
472 memzero_explicit(&xts_param, sizeof(xts_param)); in xts_aes_crypt()

Completed in 7 milliseconds