blob: f5b676593e1e17358b67c743d19a5f29ac921ce9 [file] [log] [blame]
Harald Weltee72cf552016-04-28 07:18:49 +02001#pragma once
2
3#include <osmocom/crypt/auth.h>
4
5int auc_compute_vectors(struct osmo_auth_vector *vec, unsigned int num_vec,
6 struct osmo_sub_auth_data *aud2g,
7 struct osmo_sub_auth_data *aud3g,
8 const uint8_t *rand_auts, const uint8_t *auts);