diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/a5.h | 2 | ||||
-rw-r--r-- | include/osmocom/gsm/gea.h | 9 |
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); + +/*! @} */ |