From 8cc2767891cfae7543e384d0dfb5286b33b1b42f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 16 Oct 2017 16:00:36 +0200 Subject: [doc] gea has separate group; A5 is not part of crypto but a5 group Change-Id: I2fd24c86f9b52244073ec800a3287e3d38e660d9 --- include/osmocom/gsm/a5.h | 2 -- include/osmocom/gsm/gea.h | 9 +++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'include') 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 * 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); + +/*! @} */ -- cgit v1.2.3