pfkeyv2.h (c65ee7c758bc6f2301eea90a350c234582b45a30) pfkeyv2.h (b42ac57f4f2c183fda94189f1516ae3c1eff851f)
1/* $FreeBSD$ */
2/* $KAME: pfkeyv2.h,v 1.26 2001/06/27 10:49:49 sakane Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 305 unchanged lines hidden (view full) ---

314#define SADB_X_AALG_SHA 250 /* Keyed SHA */
315#define SADB_X_AALG_NULL 251 /* null authentication */
316
317/* RFC2367 numbers - meets RFC2407 */
318#define SADB_EALG_NONE 0
319#define SADB_EALG_DESCBC 2
320#define SADB_EALG_3DESCBC 3
321#define SADB_EALG_NULL 11
1/* $FreeBSD$ */
2/* $KAME: pfkeyv2.h,v 1.26 2001/06/27 10:49:49 sakane Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 305 unchanged lines hidden (view full) ---

314#define SADB_X_AALG_SHA 250 /* Keyed SHA */
315#define SADB_X_AALG_NULL 251 /* null authentication */
316
317/* RFC2367 numbers - meets RFC2407 */
318#define SADB_EALG_NONE 0
319#define SADB_EALG_DESCBC 2
320#define SADB_EALG_3DESCBC 3
321#define SADB_EALG_NULL 11
322#define SADB_EALG_MAX 12
322#define SADB_EALG_MAX 250
323/* private allocations - based on RFC2407/IANA assignment */
324#define SADB_X_EALG_CAST128CBC 6
325#define SADB_X_EALG_BLOWFISHCBC 7
326#define SADB_X_EALG_RIJNDAELCBC 12
327#define SADB_X_EALG_AES 12
328/* private allocations should use 249-255 (RFC2407) */
323/* private allocations - based on RFC2407/IANA assignment */
324#define SADB_X_EALG_CAST128CBC 6
325#define SADB_X_EALG_BLOWFISHCBC 7
326#define SADB_X_EALG_RIJNDAELCBC 12
327#define SADB_X_EALG_AES 12
328/* private allocations should use 249-255 (RFC2407) */
329#define SADB_X_EALG_SKIPJACK 249
329#define SADB_X_EALG_SKIPJACK 249 /*250*/ /* for FAST_IPSEC */
330#define SADB_X_EALG_AESCTR 250 /*249*/ /* draft-ietf-ipsec-ciph-aes-ctr-03 */
330
331
331#if 1 /*nonstandard */
332/* private allocations - based on RFC2407/IANA assignment */
332#define SADB_X_CALG_NONE 0
333#define SADB_X_CALG_OUI 1
334#define SADB_X_CALG_DEFLATE 2
335#define SADB_X_CALG_LZS 3
336#define SADB_X_CALG_MAX 4
333#define SADB_X_CALG_NONE 0
334#define SADB_X_CALG_OUI 1
335#define SADB_X_CALG_DEFLATE 2
336#define SADB_X_CALG_LZS 3
337#define SADB_X_CALG_MAX 4
337#endif
338
339#define SADB_IDENTTYPE_RESERVED 0
340#define SADB_IDENTTYPE_PREFIX 1
341#define SADB_IDENTTYPE_FQDN 2
342#define SADB_IDENTTYPE_USERFQDN 3
343#define SADB_X_IDENTTYPE_ADDR 4
344#define SADB_IDENTTYPE_MAX 4
345

--- 50 unchanged lines hidden ---
338
339#define SADB_IDENTTYPE_RESERVED 0
340#define SADB_IDENTTYPE_PREFIX 1
341#define SADB_IDENTTYPE_FQDN 2
342#define SADB_IDENTTYPE_USERFQDN 3
343#define SADB_X_IDENTTYPE_ADDR 4
344#define SADB_IDENTTYPE_MAX 4
345

--- 50 unchanged lines hidden ---