mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2026-01-27 04:29:27 +00:00
Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit. |
||
|---|---|---|
| .. | ||
| aes_util.cpp | ||
| aes_util.h | ||
| ctr_encryption_layer.cpp | ||
| ctr_encryption_layer.h | ||
| encryption_layer.cpp | ||
| encryption_layer.h | ||
| key_manager.cpp | ||
| key_manager.h | ||
| partition_data_manager.cpp | ||
| partition_data_manager.h | ||
| sha_util.cpp | ||
| sha_util.h | ||
| xts_encryption_layer.cpp | ||
| xts_encryption_layer.h | ||