11 #include <osmocom/core/defs.h>
20 void comp128v1(
const uint8_t *ki,
const uint8_t *srand, uint8_t *sres, uint8_t *kc);
22 void comp128(
const uint8_t *ki,
const uint8_t *srand, uint8_t *sres, uint8_t *kc) OSMO_DEPRECATED(
"Use generic API from osmocom/crypt/auth.h instead");
void comp128v1(const uint8_t *ki, const uint8_t *srand, uint8_t *sres, uint8_t *kc)
Perform COMP128v1 algorithm.
Definition: comp128.c:201
void comp128(const uint8_t *ki, const uint8_t *srand, uint8_t *sres, uint8_t *kc) OSMO_DEPRECATED("Use generic API from osmocom/crypt/auth.h instead")
Perform COMP128v1 algorithm.
Definition: comp128.c:251