Searched refs:decrypt_error (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/tlslite/tlslite/ |
D | constants.py | 113 decrypt_error = 51 variable in AlertDescription 349 badVerifyMessage: (AlertDescription.decrypt_error,),\ 350 badFinished: (AlertDescription.decrypt_error,),\
|
D | errors.py | 61 AlertDescription.decrypt_error: "decrypt_error",\
|
D | tlsconnection.py | 693 AlertDescription.decrypt_error, 828 AlertDescription.decrypt_error, 1725 AlertDescription.decrypt_error, 1888 for result in self._sendError(AlertDescription.decrypt_error,
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl3prot.h | 96 decrypt_error = 51, enumerator
|
D | ssl3ecc.c | 674 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleECDHServerKeyExchange()
|
D | ssl3con.c | 3484 case decrypt_error: error = SSL_ERROR_DECRYPT_ERROR_ALERT; break; in ssl3_HandleAlert() 6863 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleServerKeyExchange() 6969 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleServerKeyExchange() 9437 desc = decrypt_error; in ssl3_HandleCertificateVerify() 9445 desc = decrypt_error; in ssl3_HandleCertificateVerify() 9460 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleCertificateVerify() 11143 (void)SSL3_SendAlert(ss, alert_fatal, decrypt_error); in ssl3_HandleFinished()
|