View | Details | Raw Unified | Return to bug 252543 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/crypto/armv8/armv8_crypto.c (+3 lines)
Lines 112-117 armv8_crypto_probe(device_t dev) Link Here
112
	case ID_AA64ISAR0_AES_PMULL:
112
	case ID_AA64ISAR0_AES_PMULL:
113
		ret = 0;
113
		ret = 0;
114
		break;
114
		break;
115
	case ID_AA64ISAR0_AES_NONE:
116
		device_printf(dev, "CPU lacks AES intrinsics");
117
		break;
115
	}
118
	}
116
119
117
	device_set_desc_copy(dev, "AES-CBC,AES-XTS");
120
	device_set_desc_copy(dev, "AES-CBC,AES-XTS");

Return to bug 252543