aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-16 16:00:36 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-17 07:53:02 +0200
commit8cc2767891cfae7543e384d0dfb5286b33b1b42f (patch)
tree39eab4fc5a7f543c6411a366bcdc8f077129dddc /include/osmocom
parentc368b5420aaacaa1cbef3d044c2ffd771552a1db (diff)
[doc] gea has separate group; A5 is not part of crypto but a5 group
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/a5.h2
-rw-r--r--include/osmocom/gsm/gea.h9
2 files changed, 7 insertions, 4 deletions
diff --git a/include/osmocom/gsm/a5.h b/include/osmocom/gsm/a5.h
index fae3fdd4..fa63246d 100644
--- a/include/osmocom/gsm/a5.h
+++ b/include/osmocom/gsm/a5.h
@@ -1,5 +1,3 @@
-/*! \file gsm/a5.h
- * Osmocom GSM A5 ciphering algorithm header. */
/*
* Copyright (C) 2011 Sylvain Munaut <tnt@246tNt.com>
*
diff --git a/include/osmocom/gsm/gea.h b/include/osmocom/gsm/gea.h
index 5c23d2ac..fff9baa1 100644
--- a/include/osmocom/gsm/gea.h
+++ b/include/osmocom/gsm/gea.h
@@ -1,5 +1,8 @@
-/*! \file gea.h
- * GEA3 header.
+/*! \defgroup gea GPRS GEA3/GEA4 ciphering algorithm
+ * @{
+ * \file gea.h
+ *
+ * GEA3/GEA4 header.
*
* See gea.c for details
*/
@@ -15,3 +18,5 @@ int gea3(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv,
int gea4(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv,
enum gprs_cipher_direction direct);
+
+/*! @} */