Lines Matching refs:defaultMsg
1294 std::string defaultMsg = "Unknown Error"; in throwCryptoException() local
1300 defaultMsg = "Crypto key not available"; in throwCryptoException()
1304 defaultMsg = "License expired"; in throwCryptoException()
1308 defaultMsg = "Resource busy or unavailable"; in throwCryptoException()
1312 defaultMsg = "Required output protections are not active"; in throwCryptoException()
1316 defaultMsg = "Attempted to use a closed session"; in throwCryptoException()
1320 defaultMsg = "Required security level is not met"; in throwCryptoException()
1324 defaultMsg = "Operation not supported in this configuration"; in throwCryptoException()
1328 defaultMsg = "Decrytped frame exceeds size of output buffer"; in throwCryptoException()
1332 defaultMsg = "Session state was lost, open a new session and retry"; in throwCryptoException()
1336 defaultMsg = StrCryptoError(err); in throwCryptoException()
1340 std::string msgStr(msg != NULL ? msg : defaultMsg.c_str()); in throwCryptoException()