summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/comp128.h
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate comp128Max2016-04-221-2/+6
| | | | | Mark function as deprecated to discourage its usage: people should use generic API in osmocom/crypt/auth.h
* include: Switch to #pragma once patternSylvain Munaut2014-06-161-5/+1
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* comp128: mark ki and srand as 'const' input parametersHarald Welte2011-12-061-1/+1
|
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-0/+22
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>