diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/crypt/auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/crypt/auth.h b/include/osmocom/crypt/auth.h index 4dbc6a4d..e544126b 100644 --- a/include/osmocom/crypt/auth.h +++ b/include/osmocom/crypt/auth.h @@ -105,4 +105,6 @@ void osmo_c4(uint8_t *ck, const uint8_t *kc); const char *osmo_auth_alg_name(enum osmo_auth_algo alg); enum osmo_auth_algo osmo_auth_alg_parse(const char *name); +void osmo_auth_c3(uint8_t kc[], const uint8_t ck[], const uint8_t ik[]); + /* @} */ |