19 #ifndef PADDLE_MODEL_PROTECT_SYSTEM_UTIL_H 20 #define PADDLE_MODEL_PROTECT_SYSTEM_UTIL_H 26 static std::string random_key_iv(
int len);
27 static std::string random_str(
int len);
28 static int check_key_match(
const char* key,
const char* filepath);
29 static int check_key_match(
const std::string& key,
30 std::istream& cipher_stream);
31 static int check_file_encrypted(
const char* filepath);
32 static int check_file_encrypted(std::istream& cipher_stream);
33 static int check_pattern_exist(
const std::vector<std::string>& vecs,
34 const std::string& pattern);
37 inline static int intN(
int n);
42 #endif // PADDLE_MODEL_PROTECT_SYSTEM_UTIL_H All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16