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

1
2
3
4
5
6
7
8
9
/* This overwrites dist/src/libsodium/include/sodium/crypto_verify_16.h */

/* dummy */
static inline int
crypto_verify_16(const unsigned char *x, const unsigned char *y)
{

	return 0;
}