#!/bin/sh /etc/rc.common

START=05

boot() {
	# OpenVPN-DCO algs
	crconf update driver "gcm-aes-ce" type 3 2>/dev/null
	crconf add driver "rfc7539(chacha20-neon,poly1305-neon)" type 3 2>/dev/null

	# ChaCha20Poly1305 for IPsec
	crconf add driver "pcrypt(rfc7539esp(chacha20-neon,poly1305-neon))" type 3 2>/dev/null
}
