libosmogsm 1.10.0.57-8972
Osmocom GSM library
|
GSM/GPRS/3G authentication core infrastructure. More...
#include <errno.h>
#include <osmocom/crypt/auth.h>
#include <osmocom/core/bits.h>
#include "tuak/tuak.h"
Functions | |
static const uint8_t * | gen_opc_if_needed (const struct osmo_sub_auth_data2 *aud, uint8_t *gen_opc) |
static int | tuak_gen_vec (struct osmo_auth_vector *vec, struct osmo_sub_auth_data2 *aud, const uint8_t *_rand) |
static int | tuak_gen_vec_auts (struct osmo_auth_vector *vec, struct osmo_sub_auth_data2 *aud, const uint8_t *auts, const uint8_t *rand_auts, const uint8_t *_rand) |
static | __attribute__ ((constructor)) |
Variables | |
static struct osmo_auth_impl | tuak_alg |
GSM/GPRS/3G authentication core infrastructure.
|
static |
References osmo_auth_register(), and tuak_alg.
|
static |