9
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-auc/src
Harald Welte 18a74f3e38 dynamically allocate hash table buckets based on init() call
we probably should move to a more tree-like data structure than a hash
table.  But well, lookup is not the most computationally expensive part
compared to the cryptographic operations.
2012-09-14 22:09:42 +02:00
..
Makefile initial import of a minimalistic AUC (authentication center) core 2012-09-14 11:11:42 +02:00
auc.h dynamically allocate hash table buckets based on init() call 2012-09-14 22:09:42 +02:00
auc_core.c dynamically allocate hash table buckets based on init() call 2012-09-14 22:09:42 +02:00
auc_main.c dynamically allocate hash table buckets based on init() call 2012-09-14 22:09:42 +02:00
auc_rand.c initial import of a minimalistic AUC (authentication center) core 2012-09-14 11:11:42 +02:00
auc_rec_csv.c initial import of a minimalistic AUC (authentication center) core 2012-09-14 11:11:42 +02:00
gen_auc_txt.pl initial import of a minimalistic AUC (authentication center) core 2012-09-14 11:11:42 +02:00