aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gea.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/gea.c')
-rw-r--r--src/gsm/gea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsm/gea.c b/src/gsm/gea.c
index 8d026a29..d4e599c8 100644
--- a/src/gsm/gea.c
+++ b/src/gsm/gea.c
@@ -37,7 +37,7 @@
/*! \file gsm/gea.c */
-/*! \brief Performs the GEA4 algorithm as in 3GPP TS 55.226 V9.0.0
+/*! Performs the GEA4 algorithm as in 3GPP TS 55.226 V9.0.0
* \param[in,out] out Buffer for gamma for encrypted/decrypted
* \param[in] len Length of out, in bytes
* \param[in] kc Buffer with the ciphering key
@@ -51,7 +51,7 @@ int gea4(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv,
return 0;
}
-/*! \brief Performs the GEA3 algorithm as in 3GPP TS 55.216 V6.2.0
+/*! Performs the GEA3 algorithm as in 3GPP TS 55.216 V6.2.0
* \param[in,out] out Buffer for gamma for encrypted/decrypted
* \param[in] len Length of out, in bytes
* \param[in] kc Buffer with the ciphering key