Searched refs:kPWEncryptType (Results 1 – 8 of 8) sorted by relevance
202 …rypt_type != kNotEncryptType && encrypt_type != kDPEncryptType && encrypt_type != kPWEncryptType) { in set_encrypt_type()204 << kDPEncryptType << " or " << kPWEncryptType; in set_encrypt_type()286 bool use_pairwise_encrypt = (encrypt_type_ == kPWEncryptType); in GenerateResetterRound()
39 constexpr char kPWEncryptType[] = "PW_ENCRYPT"; variable
62 if (param.encrypt_type == mindspore::ps::kPWEncryptType) { in Init()
124 if (ps::PSContext::instance()->encrypt_type() != ps::kPWEncryptType) { in OnLastCountEvent()161 if (ps::PSContext::instance()->encrypt_type() != ps::kPWEncryptType) { in UpdateModel()
120 if (ps::PSContext::instance()->encrypt_type() == ps::kPWEncryptType) { in OnLastCountEvent()
142 if (encrypt_type == ps::kPWEncryptType && server_num_ > 1) { in InitServerContext()215 if (encrypt_type == ps::kPWEncryptType) { in InitIteration()
298 if (encrypt_type == ps::kPWEncryptType) { in unmasked()
860 if (encrypt_type == ps::kPWEncryptType) { in StartServerAction()