2 * if_alg: User-space algorithm interface
4 * Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the Free
8 * Software Foundation; either version 2 of the License, or (at your option)
13 #ifndef _LINUX_IF_ALG_H
14 #define _LINUX_IF_ALG_H
16 #include <linux/types.h>
37 #define ALG_OP_DECRYPT 0
38 #define ALG_OP_ENCRYPT 1
40 #endif /* _LINUX_IF_ALG_H */