libosmogsm  0.12.0.47-7c74
Osmocom GSM library
osmo_auth_vector Struct Reference

#include <auth.h>

Data Fields

uint8_t rand [16]
 random challenge More...
 
uint8_t autn [16]
 authentication nonce More...
 
uint8_t ck [16]
 ciphering key More...
 
uint8_t ik [16]
 integrity key More...
 
uint8_t res [16]
 authentication result More...
 
uint8_t res_len
 length (in bytes) of res More...
 
uint8_t kc [8]
 Kc for GSM encryption (A5) More...
 
uint8_t sres [4]
 authentication result for GSM More...
 
uint32_t auth_types
 bitmask of OSMO_AUTH_TYPE_* More...
 

Field Documentation

◆ auth_types

uint32_t osmo_auth_vector::auth_types

◆ autn

uint8_t osmo_auth_vector::autn[16]

◆ ck

uint8_t osmo_auth_vector::ck[16]

◆ ik

uint8_t osmo_auth_vector::ik[16]

◆ kc

uint8_t osmo_auth_vector::kc[8]

◆ rand

uint8_t osmo_auth_vector::rand[16]

◆ res

uint8_t osmo_auth_vector::res[16]

◆ res_len

uint8_t osmo_auth_vector::res_len

length (in bytes) of res

Referenced by decode_auth_info(), encode_auth_info(), milenage_gen_vec(), and oap_evaluate_challenge().

◆ sres

uint8_t osmo_auth_vector::sres[4]

The documentation for this struct was generated from the following file: