open5gs/lib/crypt
Bostjan Meglic 5f9b941d25 Remove not valid UTF-8 characters
These UTF-8 characters are causing issues with static code analysis
tools.

Error: encoding error in ./lib/crypt/zuc.c
'utf-8' codec can't decode byte 0x97 in position 3948: invalid start byte
Python3 requires input character data to be perfectly encoded;
it also requires perfectly correct system encoding settings.
Unfortunately, your data and/or system settings are not.
2023-01-31 00:22:16 +09:00
..
curve25519-donna.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ecc.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ecc.h Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
kasumi.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
kasumi.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
meson.build Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
milenage.c Improve Milenage library for [R1-R5] (#1153) 2021-09-01 19:38:36 +09:00
milenage.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
ogs-aes-cmac.c License update 2020-11-12 20:58:08 -05:00
ogs-aes-cmac.h License update 2020-11-12 20:58:08 -05:00
ogs-aes.c License update 2020-11-12 20:58:08 -05:00
ogs-aes.h License update 2020-11-12 20:58:08 -05:00
ogs-base64.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ogs-base64.h Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ogs-crypt.h Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ogs-kdf.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ogs-kdf.h Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ogs-sha1-hmac.c License update 2020-11-12 20:58:08 -05:00
ogs-sha1-hmac.h License update 2020-11-12 20:58:08 -05:00
ogs-sha1.c License update 2020-11-12 20:58:08 -05:00
ogs-sha1.h License update 2020-11-12 20:58:08 -05:00
ogs-sha2-hmac.c License update 2020-11-12 20:58:08 -05:00
ogs-sha2-hmac.h License update 2020-11-12 20:58:08 -05:00
ogs-sha2.c License update 2020-11-12 20:58:08 -05:00
ogs-sha2.h License update 2020-11-12 20:58:08 -05:00
snow-3g.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
snow-3g.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
zuc.c Remove not valid UTF-8 characters 2023-01-31 00:22:16 +09:00
zuc.h Rename Project to Open5GS 2019-10-27 17:41:14 +09:00