| | |
| | | |
| | | #ifndef MMKV_DISABLE_CRYPT |
| | | |
| | | namespace openssl { |
| | | |
| | | #if (__ARM_MAX_ARCH__ > 7) && defined(__linux__) |
| | | |
| | | aes_set_encrypt_t AES_set_encrypt_key = openssl::AES_C_set_encrypt_key; |
| | |
| | | #endif // (__ARM_MAX_ARCH__ > 7 && defined(__linux__) |
| | | |
| | | #if (__ARM_MAX_ARCH__ <= 0) || (__ARM_MAX_ARCH__ > 7 && defined(__linux__)) |
| | | |
| | | namespace openssl { |
| | | |
| | | /*- |
| | | Te0[x] = S [x].[02, 01, 01, 03]; |
| | |
| | | PUTU32(out + 12, s3); |
| | | } |
| | | |
| | | } // namespace openssl |
| | | |
| | | #endif // (__ARM_MAX_ARCH__ < 0) || (__ARM_MAX_ARCH__ > 7 && defined(__linux__)) |
| | | |
| | | } // namespace openssl |
| | | |
| | | #endif // MMKV_DISABLE_CRYPT |