History log of /openbsd-src/sys/arch/octeon/dev/octcrypto_asm.S (Results 1 – 2 of 2)
Revision Date Author Comments
# 7b6d8aac 03-Jan-2019 visa <visa@openbsd.org>

Fix .end symbol.

From Mikhael Skvortsov


# d4086a48 09-Apr-2018 visa <visa@openbsd.org>

Add a driver for the OCTEON cryptographic unit. It provides
a hardware-accelerated implementation of several encryption
and authentication algorithms for ipsec(4):

AES-CBC
AES-CTR
AES-GC

Add a driver for the OCTEON cryptographic unit. It provides
a hardware-accelerated implementation of several encryption
and authentication algorithms for ipsec(4):

AES-CBC
AES-CTR
AES-GCM
AES-GMAC
HMAC-MD5
HMAC-SHA1
HMAC-SHA2-256
HMAC-SHA2-384
HMAC-SHA2-512

Please note that the driver is currently disabled.

OK deraadt@

show more ...