Add the flags for handling DH key generation and DH shared secret generation. Signed-off-by: Stephan Mueller <smueller@xxxxxxxxxx> --- include/uapi/linux/if_alg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/linux/if_alg.h b/include/uapi/linux/if_alg.h index 02e6162..c48eeb6 100644 --- a/include/uapi/linux/if_alg.h +++ b/include/uapi/linux/if_alg.h @@ -41,5 +41,7 @@ struct af_alg_iv { #define ALG_OP_ENCRYPT 1 #define ALG_OP_SIGN 2 #define ALG_OP_VERIFY 3 +#define ALG_OP_KEYGEN 4 +#define ALG_OP_SSGEN 5 #endif /* _LINUX_IF_ALG_H */ -- 2.9.3