Home
last modified time | relevance | path

Searched refs:pcc_key (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/s390/crypto/
Daes_s390.c60 u8 pcc_key[32]; member
595 memcpy(xts_ctx->pcc_key + 16, in_key + 16, 16); in xts_aes_set_key()
606 memcpy(xts_ctx->pcc_key, in_key + 32, 32); in xts_aes_set_key()
638 memcpy(pcc_param.key, xts_ctx->pcc_key, 32); in xts_aes_crypt()