Home
last modified time | relevance | path

Searched refs:CipherUnmask (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/
Dcipher_unmask.h32 class CipherUnmask {
35 CipherUnmask() { cipher_init_ = &CipherInit::GetInstance(); } in CipherUnmask() function
36 ~CipherUnmask() = default;
Dcipher_unmask.cc24 bool CipherUnmask::UnMask(const std::map<std::string, AddressPtr> &data) { in UnMask()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.h135 armour::CipherUnmask cipher_unmask_;