Home
last modified time | relevance | path

Searched defs:encrypt_data_path (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcrypto.cc484 std::unique_ptr<Byte[]> Decrypt(size_t *decrypt_len, const std::string &encrypt_data_path, const By… in Decrypt()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dpipeline.cc2712 py::bytes PyDecrypt(const std::string &encrypt_data_path, char *key, size_t key_len, const std::str… in PyDecrypt()