Home
last modified time | relevance | path

Searched defs:encrypt_type (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.cc94 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in Run() local
141 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in InitServerContext() local
214 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in InitIteration() local
254 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in InitCipher() local
Dexecutor.cc297 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in unmasked() local
/third_party/mindspore/tests/st/fl/cross_silo_lenet/
Drun_cross_silo_lenet_server.py59 encrypt_type = args.encrypt_type variable
Dtest_cross_silo_lenet.py72 encrypt_type = args.encrypt_type variable
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/
Drun_cross_silo_fasterrcnn_server.py61 encrypt_type = args.encrypt_type variable
Dtest_fl_fasterrcnn.py61 encrypt_type = config.encrypt_type variable
/third_party/mindspore/tests/st/fl/cross_silo_femnist/
Drun_cross_silo_femnist_server.py60 encrypt_type = args.encrypt_type variable
Dtest_cross_silo_femnist.py89 encrypt_type = args.encrypt_type variable
/third_party/mindspore/tests/st/fl/albert/
Drun_hybrid_train_server.py74 encrypt_type = args.encrypt_type variable
/third_party/mindspore/tests/st/fl/hybrid_lenet/
Drun_hybrid_train_server.py72 encrypt_type = args.encrypt_type variable
Drun_server_disaster_recovery.py90 encrypt_type = args.encrypt_type variable
Dtest_hybrid_train_lenet.py84 encrypt_type = args.encrypt_type variable
/third_party/mindspore/tests/st/fl/mobile/
Drun_mobile_server.py79 encrypt_type = args.encrypt_type variable
Drun_server_disaster_recovery.py86 encrypt_type = args.encrypt_type variable
Dtest_mobile_lenet.py86 encrypt_type = args.encrypt_type variable
/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/
Dcipher_meta_storage.h70 string encrypt_type; member
/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.cc201 void PSContext::set_encrypt_type(const std::string &encrypt_type) { in set_encrypt_type()
209 const std::string &PSContext::encrypt_type() const { return encrypt_type_; } in encrypt_type() function in mindspore::ps::PSContext
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dstart_fl_job_kernel.cc231 auto encrypt_type = fbb->CreateString(ps::PSContext::instance()->encrypt_type()); in BuildStartFLJobRsp() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc859 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in StartServerAction() local