Searched refs:KeyGenJobStatus (Results 1 – 2 of 2) sorted by relevance
21 enum class KeyGenJobStatus { enum81 case KeyGenJobStatus::OK: in DoThreadPoolWork()82 status_ = KeyGenJobStatus::OK; in DoThreadPoolWork()85 case KeyGenJobStatus::FAILED: { in DoThreadPoolWork()101 if (status_ == KeyGenJobStatus::OK) { in ToResult()119 KeyGenJobStatus status_ = KeyGenJobStatus::FAILED;164 static KeyGenJobStatus DoKeyGen( in DoKeyGen()170 return KeyGenJobStatus::FAILED; in DoKeyGen()175 return KeyGenJobStatus::FAILED; in DoKeyGen()178 return KeyGenJobStatus::OK; in DoKeyGen()[all …]
74 KeyGenJobStatus SecretKeyGenTraits::DoKeyGen( in DoKeyGen()84 return KeyGenJobStatus::FAILED; in DoKeyGen()86 return KeyGenJobStatus::OK; in DoKeyGen()