Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
.PATH.S: ${.PARSEDIR} EC_SRCS += \ ecp_nistz256-x86_64.S \ x25519-x86_64.S ECCPPFLAGS+= -DECP_NISTZ256_ASM ECCPPFLAGS+= -DX25519_ASM -DOPENSSL_NO_EC_NISTP_64_GCC_128 ECNI = yes .include "../../ec.inc"