libosmogsm  0.11.0-dirty
Osmocom GSM library
osmo_auth_vector Struct Reference

#include <auth.h>

Data Fields

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

Field Documentation

authentication nonce

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

uint8_t osmo_auth_vector::res[16]

authentication result

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

length (in bytes) of res

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


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines