Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#	$NetBSD: providers_implementations_rands.inc,v 1.1 2023/05/06 17:07:23 christos Exp $

.PATH:	${OPENSSLSRC}/providers/implementations/rands

PROVIDERS_IMPLEMENTATIONS_RANDS_SRCS += \
crngt.c \
drbg.c \
drbg_ctr.c \
drbg_hash.c \
drbg_hmac.c \
seed_src.c \
test_rng.c \

SRCS += ${PROVIDERS_IMPLEMENTATIONS_RANDS_SRCS}

.for defaultsrc in ${PROVIDERS_IMPLEMENTATIONS_RANDS_SRCS}
CPPFLAGS.${defaultsrc} += -I${OPENSSLSRC}/providers/implementations/rands ${PROVIDERS_IMPLEMENTATIONS_RANDSCPPFLAGS}
.endfor