NetBSD/sys/crypto
rin 78c3759dfd sys/crypto: aarch64: Catch up with builtin rename for GCC12
Kernel self tests successfully pass for aarch64{,eb}.

Same binary generated by GCC10 and GCC12 for:
---
#include <sys/types.h>
#include "arm_neon.h"

uint32x4_t my_vshrq_n_u32(uint32x4_t v, uint8_t bits)
{
	return vshrq_n_u32(v, bits);
}

uint8x16_t my_vshrq_n_u8(uint8x16_t v, uint8_t bits)
{
	return vshrq_n_u8(v, bits);
}
---
2023-08-07 01:14:19 +00:00
..
adiantum Upgrade self-test passed messages from verbose to debug. 2021-10-17 14:45:45 +00:00
aes sys/crypto: Introduce arch/{arm,x86} to share common MD headers 2023-08-07 01:07:35 +00:00
arch sys/crypto: aarch64: Catch up with builtin rename for GCC12 2023-08-07 01:14:19 +00:00
blake2 Upgrade self-test passed messages from verbose to debug. 2021-10-17 14:45:45 +00:00
blowfish fix various typos in comments and log messages. 2022-04-16 18:15:20 +00:00
camellia Fix typos in comments and add missing KERNEL_RCSID 2021-09-04 00:33:09 +00:00
cast128
chacha sys/crypto: Introduce arch/{arm,x86} to share common MD headers 2023-08-07 01:07:35 +00:00
cprng_fast cprng_fast(9): Drop and retake percpu reference across cprng_strong. 2023-08-05 11:39:18 +00:00
des
nist_hash_drbg
skipjack
sodium