11
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
libosmo-crypt-a53/src/a53f.h

9 lines
430 B
C

#ifndef A53_F_H
#define A53_F_H
void GSM( u8 *key, int klen, int count, u8 *block1, u8 *block2 ) __attribute__((__deprecated__("Deprectaed: use implementation from libosmogsm instead")));
void ECSD( u8 *key, int klen, int count, u8 *block1, u8 *block2 );
void GEA3( u8 *key, int klen, u32 input, u8 direction, u8 *block, int m ) __attribute__((__deprecated__("Deprectaed: use implementation from libosmogsm instead")));
#endif