|
static xlat_action_t | aka_sim_3gpp_temporary_id_decrypt_xlat (TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) |
| Decrypt a 3gpp temporary id. More...
|
|
static xlat_action_t | aka_sim_3gpp_temporary_id_encrypt_xlat (TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) |
| Encrypts a 3gpp pseudonym. More...
|
|
static xlat_action_t | aka_sim_id_3gpp_temporary_id_key_index_xlat (TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) |
| Returns the key index from a 3gpp temporary id. More...
|
|
static xlat_action_t | aka_sim_xlat_id_method_xlat (TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) |
| Returns the SIM method EAP-SIM or EAP-AKA hinted at by the user identifier. More...
|
|
static xlat_action_t | aka_sim_xlat_id_type_xlat (TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) |
| Returns the type of identity used. More...
|
|
int | fr_aka_sim_xlat_func_register (void) |
|
void | fr_aka_sim_xlat_func_unregister (void) |
|
EAP-SIM/EAP-AKA identity detection, creation, and decyption.
Implements the encrypted IMSI scheme described in TS 33.402 Release 14, section 14.
- Copyright
- 2017 The FreeRADIUS server project
Definition in file xlat.c.