source: rtems-libbsd/ipsec-tools/src/racoon/rtems-bsd-racoon-sha2-data.h @ b376ae1

55-freebsd-126-freebsd-12
Last change on this file since b376ae1 was b376ae1, checked in by Christian Mauderer <christian.mauderer@…>, on 05/03/18 at 12:15:11

ipsec-tools: Port libipsec, setkey and racoon.

Note that this replaces the libipsec from FreeBSD with the one provided
by ipsec-tools.

  • Property mode set to 100644
File size: 435 bytes
Line 
1/* generated by userspace-header-gen.py */
2#include <rtems/linkersets.h>
3#include "rtems-bsd-racoon-data.h"
4/* sha2.c */
5RTEMS_LINKER_RWSET_CONTENT(bsd_prog_racoon, static struct env_md_st sha2_256_md);
6RTEMS_LINKER_RWSET_CONTENT(bsd_prog_racoon, static struct env_md_st sha2_384_md);
7RTEMS_LINKER_RWSET_CONTENT(bsd_prog_racoon, static struct env_md_st sha2_512_md);
8RTEMS_LINKER_RWSET_CONTENT(bsd_prog_racoon, static int loading_sa);
Note: See TracBrowser for help on using the repository browser.