|
libosmogsm 1.11.0.52-28973f
Osmocom GSM library
|
#include <auth.h>
Data Fields | |
| struct llist_head | list |
| enum osmo_auth_algo | algo |
| algorithm we implement More... | |
| const char * | name |
| name of the implementation More... | |
| unsigned int | priority |
| priority value (resp. More... | |
| int(* | gen_vec )(struct osmo_auth_vector *vec, struct osmo_sub_auth_data2 *aud, const uint8_t *_rand) |
| callback for generate authentication vectors More... | |
| int(* | 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) |
| callback for generating auth vectors + re-sync More... | |