libosmogsm  1.7.0
Osmocom GSM library
auth_milenage.c File Reference

GSM/GPRS/3G authentication core infrastructure. More...

Functions

static const uint8_t * gen_opc_if_needed (const struct osmo_sub_auth_data *aud, uint8_t *gen_opc)
 
static int milenage_gen_vec (struct osmo_auth_vector *vec, struct osmo_sub_auth_data *aud, const uint8_t *_rand)
 
static int milenage_gen_vec_auts (struct osmo_auth_vector *vec, struct osmo_sub_auth_data *aud, const uint8_t *auts, const uint8_t *rand_auts, const uint8_t *_rand)
 
static __attribute__ ((constructor))
 

Variables

static struct osmo_auth_impl milenage_alg
 

Detailed Description

GSM/GPRS/3G authentication core infrastructure.

Function Documentation

◆ __attribute__()

static __attribute__ ( (constructor)  )
static