aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hlr/auc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/hlr/auc.h')
-rw-r--r--include/osmocom/hlr/auc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/osmocom/hlr/auc.h b/include/osmocom/hlr/auc.h
new file mode 100644
index 0000000..f5b6765
--- /dev/null
+++ b/include/osmocom/hlr/auc.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <osmocom/crypt/auth.h>
+
+int auc_compute_vectors(struct osmo_auth_vector *vec, unsigned int num_vec,
+ struct osmo_sub_auth_data *aud2g,
+ struct osmo_sub_auth_data *aud3g,
+ const uint8_t *rand_auts, const uint8_t *auts);