Home
last modified time | relevance | path

Searched refs:pkey0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dpaes_s390.c417 struct pkey_protkey pkey0, pkey1; in __xts_paes_convert_key() local
419 pkey0.len = sizeof(pkey0.protkey); in __xts_paes_convert_key()
422 if (__paes_keyblob2pkey(&ctx->kb[0], &pkey0) || in __xts_paes_convert_key()
427 memcpy(&ctx->pk[0], &pkey0, sizeof(pkey0)); in __xts_paes_convert_key()
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dpaes_s390.c405 struct pkey_protkey pkey0, pkey1; in __xts_paes_convert_key() local
407 if (__paes_keyblob2pkey(&ctx->kb[0], &pkey0) || in __xts_paes_convert_key()
412 memcpy(&ctx->pk[0], &pkey0, sizeof(pkey0)); in __xts_paes_convert_key()

Completed in 4 milliseconds