Searched refs:encrypt_data_path (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | crypto.cc | 76 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const std::string &encrypt_data_path, const By… in Decrypt() argument 349 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const std::string &encrypt_data_path, const By… in Decrypt() argument 353 std::ifstream fid(encrypt_data_path, std::ios::in | std::ios::binary); in Decrypt() 355 …MS_LOG(ERROR) << "Open file '" << encrypt_data_path << "' failed, please check the correct of the … in Decrypt() 374 …MS_LOG(ERROR) << "File \"" << encrypt_data_path << "\" is not an encrypted file and cannot be decr… in Decrypt()
|
D | crypto.h | 31 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const std::string &encrypt_data_path, const By…
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline.h | 178 py::bytes PyDecrypt(const std::string &encrypt_data_path, char *key, size_t key_len, const std::str…
|
D | pipeline.cc | 1496 py::bytes PyDecrypt(const std::string &encrypt_data_path, char *key, size_t key_len, const std::str… in PyDecrypt() argument 1499 …mindspore::Decrypt(&decrypt_len, encrypt_data_path, reinterpret_cast<Byte *>(key), key_len, dec_mo… in PyDecrypt()
|