Home
last modified time | relevance | path

Searched refs:KeyGenJobStatus (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_keygen.h21 enum class KeyGenJobStatus { enum
81 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 …]
Dcrypto_keygen.cc74 KeyGenJobStatus SecretKeyGenTraits::DoKeyGen( in DoKeyGen()
84 return KeyGenJobStatus::FAILED; in DoKeyGen()
86 return KeyGenJobStatus::OK; in DoKeyGen()