GNU Radio's GSM Package
osmo_auth_vector Struct Reference

#include <auth.h>

Public Attributes

uint8_t rand [16]
 
uint8_t autn [16]
 
uint8_t ck [16]
 
uint8_t ik [16]
 
uint8_t res [16]
 
uint8_t res_len
 
uint8_t kc [8]
 
uint8_t sres [4]
 
uint32_t auth_types
 

Member Data Documentation

◆ auth_types

uint32_t osmo_auth_vector::auth_types

bitmask of OSMO_AUTH_TYPE_*

◆ autn

uint8_t osmo_auth_vector::autn[16]

authentication nonce

◆ ck

uint8_t osmo_auth_vector::ck[16]

ciphering key

◆ ik

uint8_t osmo_auth_vector::ik[16]

integrity key

◆ kc

uint8_t osmo_auth_vector::kc[8]

Kc for GSM encryption (A5)

◆ rand

uint8_t osmo_auth_vector::rand[16]

random challenge

◆ res

uint8_t osmo_auth_vector::res[16]

authentication result

◆ res_len

uint8_t osmo_auth_vector::res_len

length (in bytes) of res

◆ sres

uint8_t osmo_auth_vector::sres[4]

authentication result for GSM


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