| /third_party/mindspore/mindspore/ccsrc/fl/server/ |
| D | server.cc | 94 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
|
| D | executor.cc | 297 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in unmasked() local
|
| /third_party/mindspore/tests/st/fl/cross_silo_lenet/ |
| D | run_cross_silo_lenet_server.py | 59 encrypt_type = args.encrypt_type variable
|
| D | test_cross_silo_lenet.py | 72 encrypt_type = args.encrypt_type variable
|
| /third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/ |
| D | run_cross_silo_fasterrcnn_server.py | 61 encrypt_type = args.encrypt_type variable
|
| D | test_fl_fasterrcnn.py | 61 encrypt_type = config.encrypt_type variable
|
| /third_party/mindspore/tests/st/fl/cross_silo_femnist/ |
| D | run_cross_silo_femnist_server.py | 60 encrypt_type = args.encrypt_type variable
|
| D | test_cross_silo_femnist.py | 89 encrypt_type = args.encrypt_type variable
|
| /third_party/mindspore/tests/st/fl/albert/ |
| D | run_hybrid_train_server.py | 74 encrypt_type = args.encrypt_type variable
|
| /third_party/mindspore/tests/st/fl/hybrid_lenet/ |
| D | run_hybrid_train_server.py | 72 encrypt_type = args.encrypt_type variable
|
| D | run_server_disaster_recovery.py | 90 encrypt_type = args.encrypt_type variable
|
| D | test_hybrid_train_lenet.py | 84 encrypt_type = args.encrypt_type variable
|
| /third_party/mindspore/tests/st/fl/mobile/ |
| D | run_mobile_server.py | 79 encrypt_type = args.encrypt_type variable
|
| D | run_server_disaster_recovery.py | 86 encrypt_type = args.encrypt_type variable
|
| D | test_mobile_lenet.py | 86 encrypt_type = args.encrypt_type variable
|
| /third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/ |
| D | cipher_meta_storage.h | 70 string encrypt_type; member
|
| /third_party/mindspore/mindspore/ccsrc/ps/ |
| D | ps_context.cc | 201 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/ |
| D | start_fl_job_kernel.cc | 231 auto encrypt_type = fbb->CreateString(ps::PSContext::instance()->encrypt_type()); in BuildStartFLJobRsp() local
|
| /third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
| D | action.cc | 859 std::string encrypt_type = ps::PSContext::instance()->encrypt_type(); in StartServerAction() local
|