Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/crypto/
Daes_s390.c61 u8 pcc_key[32]; member
596 memcpy(xts_ctx->pcc_key + 16, in_key + 16, 16); in xts_aes_set_key()
607 memcpy(xts_ctx->pcc_key, in_key + 32, 32); in xts_aes_set_key()
639 memcpy(pcc_param.key, xts_ctx->pcc_key, 32); in xts_aes_crypt()