ckey_len          400 arch/s390/crypto/paes_s390.c 	unsigned int ckey_len, key_len;
ckey_len          426 arch/s390/crypto/paes_s390.c 	ckey_len = (ctx->pk[0].type == PKEY_KEYTYPE_AES_128) ?
ckey_len          428 arch/s390/crypto/paes_s390.c 	memcpy(ckey, ctx->pk[0].protkey, ckey_len);
ckey_len          429 arch/s390/crypto/paes_s390.c 	memcpy(ckey + ckey_len, ctx->pk[1].protkey, ckey_len);
ckey_len          430 arch/s390/crypto/paes_s390.c 	return xts_check_key(tfm, ckey, 2*ckey_len);